ReadonlyidUnique ID of this SceneObject.
SceneObjects are stored by ID in Scene.objects and SceneModel.objects.
Optional ReadonlylayerOptional layer ID for this SceneObject.
When the Scene is attached to a View, this will identify an optional ViewLayer to assign the object to. ViewLayers allow users to group and segregate object based on their roles or aspects in a scene, simplifying interaction and focusing operations on specific object groups.
ReadonlymeshesThe Meshes belonging to this SceneObject.
ReadonlymodelThe SceneModel that contains this SceneObject.
ReadonlyoriginalID of this SceneObject within the originating system.
InternalrendererInternal interface through which a ViewObject can load property updates into a Renderer for this SceneObject.
This is defined when the owner SceneModel has been added to a Viewer.
Gets the axis-aligned 3D World-space boundary of this SceneObject.
Gets this SceneObject as SceneObjectParams.
An object within a SceneModel.
See @xeokit/sdk/scene for usage.