GlbData.DeepClone

GlbData.DeepClone method

Creates a complete clone of this GlbData instance.

public GlbData DeepClone()

Return Value

A new GlbData instance.

Remarks

Deep cloning is performed as a brute force operation; by serializing the whole model to GLTF into memory, and then deserializing it back to DOM.

See Also