I'm using JglTF to write an importer for camera animation in a piece of software, and I need to read the animation data of a camera from a glTF file. However, all the buffers and buffer views that are part of the API are confusing me. What would be the simplest approach for retrieving this data?
I'm using JglTF to write an importer for camera animation in a piece of software, and I need to read the animation data of a camera from a glTF file. However, all the buffers and buffer views that are part of the API are confusing me. What would be the simplest approach for retrieving this data?