Skip to content

cgltf 1.5

Compare
Choose a tag to compare
@jkuhlmann jkuhlmann released this 03 Feb 20:52
· 253 commits to master since this release
  • Added callbacks for file read operations that can now be specified via cgltf_options.
  • Added cgltf_accessor_read_uint() that can be used to read integer vertex data.
  • Added support for writing extras data.
  • Added detection for glTF version 1 files so that we can return a more specific error for these unsupported files.
  • Changed reading of data to fail and not crash in case buffers have not been loaded.
  • Changed malloc() and free() not to be used and stdlib.h not to be included if CGLTF_MALLOC and CGLTF_FREE macros are defined.
  • Fixed writing the correct mime type property name for images.
  • Fixed writing of the correct property name for light colors.
  • Fixed some warnings.