Contents

SK3DNode

3D SceneKit content drawn as a flattened sprite.

Declaration

class SK3DNode

Mentioned in

Overview

Use SK3DNode objects to incorporate 3D SceneKit content into a SpriteKit-based game. When SpriteKit renders the node, the SceneKit scene is animated and rendered first. Then this rendered image is composited into the SpriteKit scene. Use the scnScene property to specify the SceneKit scene to be rendered.

Topics

Getting Started with 3D Node

Creating 3D Nodes

Configuring a 3D Node

Animating a 3D Node’s Content in Scene Kit

Projecting Points and Performing Hit-Testing

See Also

Nodes that Draw