Skip to main content

Module unity_gltf

Module unity_gltf 

Source

Structs§

UnityGltf
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 UnityGltf handle. Frees all data when the count reaches zero.
gltforge_retain
Increment the reference count of a UnityGltf handle.