class SCNScene
A container for the node hierarchy and global properties that together form a displayable 3D scene.
class SCNView
A view for displaying 3D SceneKit content.
SceneKit combines a high-performance rendering engine with a descriptive API for import, manipulation, and rendering of 3D assets. Unlike lower-level APIs such as Metal and OpenGL that require you to implement in precise detail the rendering algorithms that display a scene, SceneKit requires only descriptions of your scene’s contents and the actions or animations you want it to perform.
Note
In visionOS, you can display SceneKit content only in 2D views and textures. For information about how to create immersive 3D content, see Creating fully immersive experiences in your app.
class SCNScene
class SCNView
class SCNNode
class SCNReferenceNode
protocol SCNSceneRendererDelegate
class SCNRenderer
class SCNHitTestResult
class SCNLight
class SCNCamera
class SCNMaterial
class SCNMaterialProperty
class SCNGeometry
class SCNGeometrySource
class SCNGeometryElement
class SCNSkinner
class SCNMorpher
class SCNParticleSystem
class SCNParticlePropertyController
class SCNAudioSource
class SCNAudioPlayer
protocol SCNShadable
class SCNProgram
protocol SCNBufferStream
class SCNTechnique
protocol SCNTechniqueSupport
SCNTechnique
objects.protocol SCNNodeRendererDelegate
class SCNSceneSource
func SCNExportJavaScriptModule (JSContext)
struct SceneView