Class GltfGlobals
Generic glTF constants and utility methods.
Inherited Members
Namespace: GLTFast
Assembly: solution.dll
Syntax
public static class GltfGlobals
Fields
| Name | Description |
|---|---|
| GlbExt | glTF-Binary file extension |
| GltfBinaryMagic | First four bytes of a glTF-Binary file are made up of this signature Represents glTF in ASCII |
| GltfExt | glTF file extension |
| GltfPackageName | glTF package name |
Methods
| Name | Description |
|---|---|
| IsGltfBinary(byte[]) | Figures out if a byte array contains data of a glTF-Binary |