OptionalcoordinateConfigures the SceneModel's local coordinate system.
OptionalgeometriesParameters for SceneGeometries in the SceneModel.
OptionalgeometriesCompressed parameters for SceneGeometries in the SceneModel.
OptionalglobalizedWhether IDs of the SceneObjects are globalized.
When globalized, the IDs are prefixed with the value of SceneModel.id
Default is false.
Unique ID for the SceneModel.
The SceneModel is stored with this ID in Scene.models
OptionallayerIf we want to view the SceneModel with a Viewer, an optional ID of the ViewLayer to view the SceneModel in.
Will be "default" by default.
Overrides SceneObjectParams.layerId.
Optionalmatrix4x4 transform matrix.
OptionalmeshesParameters for SceneMeshes in the SceneModel.
OptionalobjectsParameters for SceneObjects in the SceneModel.
OptionalpositionWorld-space position of the SceneModel.
OptionalquaternionQuaternion defining the orientation of the SceneModel.
OptionalrotationOrientation of the SceneModel, given as Euler angles in degrees for X, Y and Z axis.
OptionalscaleScale of the SceneModel.
Default is [1,1,1].
OptionaltexturesParameters for SceneTextures in the SceneModel.
OptionaltextureParameters for SceneTextureSets in the SceneModel.
OptionaltransformsParameters for SceneTransform | SceneTransforms in the SceneModel.
Parameters for a SceneModel.
See @xeokit/sdk/scene for usage.