OptionalaabbThe axis-aligned 3D World-space boundary of the SceneModel.
This is created by SceneModel.toParams to provide the SceneModel's boundary, and is ignored by SceneModel.fromParams and the SceneModel constructor.
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.
OptionalretainedWhether this SceneModel retains its SceneObjects, SceneMeshes, SceneGeometries etc. after we call SceneModel.build.
Default value is true.
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].
OptionalstreamIndicates what renderer resources will need to be allocated in a Viewer's Renderer to support progressive loading for a SceneModel.
OptionaltexturesParameters for SceneTextures in the SceneModel.
OptionaltextureParameters for SceneTextureSets in the SceneModel.
Parameters for a SceneModel.
See @xeokit/sdk/scene for usage.