DepthOfFieldEffect

Mostrar obsoleto

The DepthOfFieldEffect simulates a camera lens by blurring parts of a scene not in focus. Distant objects can be blurred or this effect can be used to focus on specific parts of a scene, like an item in an in-game shop.

Like other post-processing effects, DepthOfFieldEffect will only work while Enabled and when parented to Lighting or Workspace.CurrentCamera. Also, it may render differently on low-end devices or depending on your Studio settings (see the Quality Level settings in RenderingPerformance).

For more details on this effect and others, see Post-Processing Effects.

Resumo

Propriedades

Propriedades herdados de PostEffect
  • ler parallel

    Toggles whether or not the PostEffect is enabled.

Propriedades

FarIntensity

ler parallel

Intensity of the far field blur, moving out in distance from the FocusDistance point plus InFocusRadius value.

FocusDistance

ler parallel

Controls the distance away from the camera (in studs) where objects are in focus.

InFocusRadius

ler parallel

Controls the distance away from the FocusDistance (on both sides) where no blur is applied. Measured in studs.

NearIntensity

ler parallel

Intensity of the near field blur, between the camera and the FocusDistance point minus InFocusRadius value.

Métodos

Eventos