GltfSaveOptions.ExternalDracoEncoder

GltfSaveOptions.ExternalDracoEncoder property

Use external draco encoder to accelerate the draco compression speed.

public string ExternalDracoEncoder { get; set; }

Remarks

Aspose.3D will create new sub process to encode the mesh to the draco format, use it at your own risk.

See Also