Readonly
idUnique ID of this SceneObject.
SceneObjects are stored by ID in Scene.objects and SceneModel.objects.
Optional
Readonly
layerOptional layer ID for this SceneObject.
When the Scene is attached to a view!Viewer | View, this will identify an optional view!ViewLayer | 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.
Readonly
meshesThe Meshes belonging to this SceneObject.
Readonly
modelThe SceneModel that contains this SceneObject.
Readonly
originalID of this SceneObject within the originating system.
Internal
rendererInternal 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 in a SceneModel.
See @xeokit/sdk/scene for usage.