Unique ID for the SceneObject.
Optional
layerCauses each viewer!View to put the corresponding viewer!ViewObject into a viewer!ViewLayer with this ID.
When you create an object in a model, each viewer!View will automatically create a viewer!ViewObject to represent it. When the object has a SceneObjectParams.layerId property, then each View will first ensure that it has a viewer!ViewLayer with this ID, and will register the ViewObject in that ViewLayer.
Overridden by SceneObjectParams.layerId.
IDs of meshes previously created with SceneModel.createMesh.
Optional
originalID of this SceneObject within the originating system, is any. Defaults to the value of SceneObjectParams.id.
Parameters for a SceneObject.
See @xeokit/sdk/scene for usage.