screenSpaceReflections property

ScreenSpaceReflectionsSettings screenSpaceReflections
final

Screen-space reflection settings. Off by default; set ScreenSpaceReflectionsSettings.enabled to turn it on. Requires a PerspectiveCamera (the reflection trace is reconstructed from the camera's perspective depth); it is skipped for other camera types.

Implementation

final ScreenSpaceReflectionsSettings screenSpaceReflections =
    ScreenSpaceReflectionsSettings();