Clones

Clone

This simply creates a deep copy of the original mesh and saves memory by sharing the geometry. Each clone can have its own material and transformation.

Examples

Cloning Example 1 Shows shared geometry by scaling one geometry by 2.

Cloning Example 2 Shows transformation by scaling of 2 only changes one mesh.

Cloning Example 3 Different materials.