Structs§
- Unity
Gltf - A Unity-shaped glTF — same structural relationships as glTF but with all data pre-converted to Unity’s left-handed coordinate system.
Functions§
- gltforge_
load ⚠ - Parse a glTF file and build a
UnityGltf. - gltforge_
release ⚠ - Decrement the reference count of a
UnityGltfhandle. Frees all data when the count reaches zero. - gltforge_
retain ⚠ - Increment the reference count of a
UnityGltfhandle.