Skip to content

Releases: thisistherk/fast_obj

v1.2

01 Aug 13:12
Compare
Choose a tag to compare

Changes since 1.1:

  • fixed potential undefined behaviour when reading floating point values with enormous exponents
  • updated CMakeLists.txt so it can be used via FetchContent from other project CMake files

v1.1

13 Mar 08:29
Compare
Choose a tag to compare

Changes since 1.0:

  • preserve materials declared via usemtl when no material library is present
  • cope with paths that contain both \ and /
  • add fast_obj_read_with_callbacks to allow data to be read via callbacks rather than directly from file
  • accept both map_bump and map_Bump for bump maps

v1.0

21 Aug 19:35
Compare
Choose a tag to compare

Initial release