The construct function of TransformGizmo
Signature:
constructor(viewer: Viewer3D, modelId?: string, scale?: number);
Parameter | Description |
---|---|
viewer | Viewer3D |
modelId | The id of the model to transform. Notice that the model should be loaded before calling this function. |
scale | The scale of the transform gizmo. default value is 1.0. |