Skip to content

cgltf 1.10

Choose a tag to compare

@jkuhlmann jkuhlmann released this 22 Mar 20:18
· 172 commits to master since this release
  • Added support for KHR_materials_variants.
  • Added support for KHR_materials_volume.
  • Added support for optional camera properties: aspect ratio, zfar,
  • Added support for the "name" property to accessor, buffer, buffer view, and sampler.
  • Added support for raising asserts from within the cgltf_validate() function.
  • Updated support for KHR_materials_specular to support specularTexture and specularColorTexture.
  • Fixed parsing of files with targetNames:null.
  • Fixed some crashes on invalid inputs.