Contents

shadowMode

The mode SceneKit uses to render shadows.

Declaration

var shadowMode: SCNShadowMode { get set }

Discussion

The default mode is SCNShadowMode.forward in iOS and in macOS 10.10 or later. In OS X v10.9 or earlier, the default mode is SCNShadowMode.deferred.

See Also

Managing Shadows Cast by the Light