SK3DNode
3D SceneKit content drawn as a flattened sprite.
Declaration
class SK3DNodeMentioned 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.