Hey there, been wondering if anyone else has had performance issues after applying depth of field to a scene. Code below.
<DepthOfField focusDistance={0} focalLength={0.015} bokehScale={1} height={900} />
FPS just tanks after putting this in. Tried to mess with the settings but nothing seems to be helping.
Does anyone have any suggestions on how to make the performance better?
Thanks!
Hey there, been wondering if anyone else has had performance issues after applying depth of field to a scene. Code below.
<DepthOfField focusDistance={0} focalLength={0.015} bokehScale={1} height={900} />FPS just tanks after putting this in. Tried to mess with the settings but nothing seems to be helping.
Does anyone have any suggestions on how to make the performance better?
Thanks!