Releases: Forceflow/ooc_svo_builder
Releases · Forceflow/ooc_svo_builder
ooc_svo_builder 1.6.4
ooc_svo_builder 1.6.3
Changes:
- OpenMP support
- Performance improvements for parsing big models with tri_convert
ooc_svo_builder 1.6.2
New in this release:
- Updated libmorton library
- Updated VS 2019 support
The zip file contains just the Win64 binaries.
ooc_svo_builder 1.6.1
New in this release:
- Updated libmorton library
- Updated VS 2017 support
- Barycentric sampling of properties when building colored SVO (thanks @nieznanysprawiciel)
ooc_svo_builder v1.6 alpha
- Switched to GLM for vector math
- Fixed huge flaw in partitioning scheme: proper partitioned voxelization and SVO building should work again for all models
- Updated libmorton to latest release
- Fixed a lot of compile warnings on latest MSVC compiler
ooc_svo_builder v1.5
- All libmorton fixes included: better morton encoding/decoding
- Visual Studio 2015 support
- Easier Windows build configuration through .props files
- Compilation fixes
v1.2
- New voxelization method based on Schwarz & Seidel method.
- New morton code encoding method based on LUT's. See this blogpost.
- Sparse model optimization using extra buffer, configurable with -d
- Configurable VoxelData structure now, instead of DataPoint struct
- New timing system for debugging purposes
- Support for vertex color sampling in tri_convert
- Linux compilation fixes
- Updated Readme.md to contain the full manual, removed the old HTML one
- Various performance improvements