Enum ImageDestination
Destination for image files
Namespace: GLTFast.Export
Syntax
public enum ImageDestination
Fields
Name | Description | Value |
---|---|---|
Automatic | Automatic decision. Main buffer for glTF-binary, separate files for JSON-based glTFs. |
0 |
MainBuffer | Embeds images in main buffer |
1 |
SeparateFile | Saves images as separate files relative to glTF file |
2 |