Enum GltfFormat
glTF format
Namespace: GLTFast.Export
Syntax
public enum GltfFormat
Fields
| Name | Description | Value |
|---|---|---|
| Json | JSON-based glTF (.gltf file extension) |
0 |
| Binary | glTF-binary (.glb file extension) |
1 |
glTF format
public enum GltfFormat
| Name | Description | Value |
|---|---|---|
| Json | JSON-based glTF (.gltf file extension) |
0 |
| Binary | glTF-binary (.glb file extension) |
1 |