GltfSaveOptions.BufferFile

GltfSaveOptions.BufferFile property

The file name of the external buffer file used to store binary data. If this file is not specified, Aspose.3D will generate a name for you. This is ignored when export glTF in binary mode.

public string BufferFile { get; set; }

See Also