Optional createOptional nodeOptional parentOptionally set a parent node for the cloned model directly.
Coordinate system handedness of the cloned model root node will be adapted to fit the handedness of this parent
node.
Optional rootOptinally overwrite name of root node.
This is especially useful for improving the readability of the node structure via the inspector.
This setting has priority over the nodeNamingStrategy.
Optional show?: booleanIndicates if cloned model should be shown immediately
Default: true
Optional tagGenerated using TypeDoc
true:Creates "InstancedMeshes" from meshes of the base model instead of "independent" meshes. Most of the data, especially the geometry and material assignment is shared, only the transformation data (e.g. position) can be adjusted.Activating this flag can lead to huge performance improvements, especially when working with a large amount of clones.