Releases: thisistherk/fast_obj
Releases · thisistherk/fast_obj
v1.3
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
Changes since 1.1:
- fixed potential undefined behaviour when reading floating point values with enormous exponents
- updated
CMakeLists.txt
so it can be used viaFetchContent
from other project CMake files
v1.1
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
andmap_Bump
for bump maps
v1.0
Initial release