SCNScene

E759674

SCNScene is a core SceneKit class that represents and manages a 3D scene graph, including its nodes, geometry, lights, and cameras.

All labels observed (1)

Label Occurrences
SCNScene canonical 4

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf 3D scene graph container
SceneKit class
canBeCreatedFrom Model I/O MDLAsset
linked to: Model I/O
contains SCNNode
cameras
geometry
lights
framework SceneKit
hasMethod attribute(forKey:)
init()
init(mdlAsset:)
scene(url:options:)
sceneNamed(_:)
sceneNamed(_:inDirectory:options:)
setAttribute(_:forKey:)
write(to:options:delegate:progressHandler:)
hasProperty attribute(forKey:)
background
fogColor
fogDensityExponent
fogEndDistance
fogStartDistance
isPaused
paused
physicsWorld
rootNode
setAttribute(_:forKey:)
language Objective-C
Swift
manages 3D scene graph
platform iOS
macOS
tvOS
visionOS
rootNodeType SCNNode
serializationFormat .dae
.scn
supports animations
cameras
constraints
lights
particle systems
physics simulation
supportsPersistence true
topNode rootNode
usedFor 3D rendering
games
visualization
usedWith ARSCNView
linked to: SCNView

SCNView

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

SceneKit hasClass SCNScene
SCNView renders SCNScene
SCNTransaction usedWith SCNScene