Contents

SCNShadowMode.deferred

SceneKit renders shadows in a postprocessing pass.

Declaration

case deferred

Discussion

In the mode, SceneKit blends shadows into the final image after the main rendering pass, so shadows can be of any color.

See Also

Constants