Skip to content

Releases: thisistherk/fast_obj

v1.3

04 Jun 19:41
42629f7
Compare
Choose a tag to compare

Changes since 1.2:

  • add support for vertex colours
  • reference textures indirectly, so that textures used by more than one material are only stored once
  • add support for object names
  • adds a total index count for the whole mesh
  • fixes potential 32-bit integer overflow with enormous allocations
  • remove any white space at the end of names
  • fuzzer integration

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