Skip to content

Stable release v0.9.9

Compare
Choose a tag to compare
@jessey-git jessey-git released this 02 Jul 20:09
· 33 commits to master since this release
4a03efa

See current README.md for complete docs. This release includes:

  • 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.8

  • fx-gltf: uses more appropriate mimetype detection

  • fx-gltf: fixes the default value of texCoord for Textures

  • viewer: no changes

  • misc: full automated builds and testing for MSVC, Clang 5/6, and GCC 6/7/8 (c++14 and c++17 modes)

  • misc: updated CLI11 and Catch2 headers