Daniel Stokes
Daniel Stokes
In order to load gltf/glb data from memory As a use library based user I would like to have the File I/O decoupled from the `.glb` handling. Right now I...
The KHR_materials_unlit extension has been completed. We need to review the [spec](https://github.com/KhronosGroup/glTF/blob/master/extensions/2.0/Khronos/KHR_materials_unlit/README.md) and make sure our implementation is still correct. Then we can remove the draft status from the extension.
With the [official Khronos importer and exporter](https://github.com/KhronosGroup/glTF-Blender-IO) being included in Blender 2.8, there does not appear to be much reason to continue development of this exporter. This GitHub repository will...
The [glTF ecosystem matrix](https://github.com/KhronosGroup/glTF/issues/1271) has added three new columns: * `Buffer View and Accessor Reuse`: The exporter reuses buffer views and accessors whenever possible. Ex. Vertex attributes are packed into...
With support and interest in glTF 1.0 dropping in the community, we have decided to deprecate support for it in version 1.2.0 of blendergltf. We will continue to fix small...
The old manual has a table of contents per page at the top of the page. The new manual has no obvious per page table of contents visible for a...