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

Shows shared geometry by scaling one geometry by 2: Cloning Example 1 Shows transformation by scaling of 2 only changes one mesh: Cloning Example 2 Different materials: Cloning Example 3