RuntimeOptions.GpuMeshInstancing

RuntimeOptions.GpuMeshInstancing property

Gets or sets a value indicating whether GPU instancing is enabled or disabled.

public MeshInstancing GpuMeshInstancing { get; set; }

Remarks

When true, if a gltf mesh has gpu instancing elements, they will be converted internally to the runtime as InstancedDrawableTemplate elements.

See Also