OptionalcolorRGB base color of the new SceneMesh.
[1,1,1].ID of a SceneGeometry that was created previously with SceneModel.createGeometry or SceneModel.createGeometryCompressed.
ID for the new SceneMesh, unique within the SceneModel.
OptionalmatrixOptional local 3D transform matrix.
Overrides SceneMeshParams.position, SceneMeshParams.scale, SceneMeshParams.quaternion and SceneMeshParams.rotation.
OptionalopacityOpacity of the new SceneMesh.
Default is 1.
OptionaloriginRelative-to-center (RTC) origin.
When this is given, then SceneMeshParams.matrix will be relative to this origin.
OptionalpickRGB pick color of the new SceneMesh.
This is used internally within SceneModel.
OptionalpositionOptional local 3D translation vector.
OptionalquaternionOptional local 3D rotation quaternion.
OptionalrotationOptional local 3D rotation as Euler angles given in degrees, for each of the X, Y and Z axis.
OptionalscaleOptional local 3D scale vector.
OptionalstreamTODO
OptionaltextureID of a SceneTextureSet that was created previously with SceneModel.createTextureSet.
Parameters for a SceneMesh.
See @xeokit/sdk/scene for usage.