Skip to content

Stable release v1.0.0

Compare
Choose a tag to compare
@jessey-git jessey-git released this 25 Jul 19:50
· 30 commits to master since this release
de4a3af

See current README.md for complete docs.

This release sees a number of changes to round out glTF spec conformance as well as the standard assortment of updates to the sample models and testing / viewer thirdparty headers.

  • fx-gltf
    • Complete support for required glTF 2.0 schema elements
    • Modern C++14/C++17 support
    • Fast, Efficient, and Safe processing
    • Small, header-only library
  • viewer
    • DirectX 12 rendering
    • PBR materials and image-based lighting (IBL)
    • Mouse controlled orbit camera
    • Support for loading external, embedded, and binary glTF files

Changes from v0.9.9

  • fx-gltf: fix GLB alignment of JSON chunk during saving (spec conformance)

  • fx-gltf: write out the bufferView field, even if set to its default of 0, when the uri is empty (spec conformance)

  • fx-gltf: write out empty {} sampler objects when using a default Sampler object

  • viewer: no changes

  • misc: update glTF-Sample-Models

  • misc: update CLI11 and Catch2 headers