DepthOfFieldEffect

Show Deprecated

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.

Summary

Properties

Properties inherited from PostEffect
  • read parallel

    Toggles whether or not the PostEffect is enabled.

Properties

FarIntensity

read parallel

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

FocusDistance

read parallel

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

InFocusRadius

read parallel

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

NearIntensity

read parallel

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

Methods

Events