The process of loading a mesh and it's associated textures.
glTF 2.0
(glTF 2.0 specification)
Features of GLTF
These are the main features of gltf that need to be implemented. Things like the animation don't need to actually animate, the data should just be somewhere in the code where the full skeletal animation can be implemented later.
The process of loading a mesh and it's associated textures.
glTF 2.0
(glTF 2.0 specification)
└ External references to binary data (e.g., separate image files)
└ Binary data (e.g., images) is embedded within the file
Features of GLTF
These are the main features of gltf that need to be implemented. Things like the animation don't need to actually animate, the data should just be somewhere in the code where the full skeletal animation can be implemented later.