GlTF SDK Versions Save

glTF-SDK is a C++ Software Development Kit for glTF (GL Transmission Format -https://github.com/KhronosGroup/glTF).

r1.9.5.9

6 months ago

Adds support for the following extensions:

  • KHR_materials_clearcoat
  • KHR_materials_volume
  • KHR_materials_iridescence
  • KHR_materials_transmission
  • KHR_materials_sheen
  • KHR_materials_specular
  • EXT_mesh_gpu_instancing

... and fixes minor issues in extensions:

  • KHR_texture_transform
  • KHR_materials_pbrSpecularGlossiness

Note that this change also adds the string constant for the KHR_materials_variants extension, but it does not implement it. This will be done later if needed.

r1.9.6.0

1 year ago

Added security compiler flag guard:ehcont for MSVC. This should allow projected that want to use the flag to link against glTF-SDK. Projects that don't use it should not be affected by this change.

Additional Information: https://docs.microsoft.com/en-us/cpp/build/reference/guard-enable-eh-continuation-metadata?view=msvc-170

r1.8.1.1

2 years ago

This release contains a fix for an OOB writing issues with sparse accessors

r1.9.5.4

2 years ago

r1.9.5.3

2 years ago

This release contains 1 commit:

r1.9.5.1

3 years ago

r1.8.1.0

3 years ago

Contains a fix to switch the read flag for RapidJSON to use Iterative, instead of Recursive