A renderer for displaying a SceneKit scene in an existing Metal workflow or OpenGL context.
SDKs
- iOS 8.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Scene
Kit
Declaration
class SCNRenderer : NSObject
Overview
Use this class when you want to add content rendered by SceneKit to an app that already renders other content by using Metal, OpenGL, or OpenGL ES directly. To provide content for a SceneKit renderer, assign a SCNScene
object to its scene
property.
For additional important methods and properties for working with SceneKit renderers, see SCNScene
.