Releases: Forceflow/cuda_voxelizer
v0.4.8 Release
Changes:
- Upgrade to CUDA 11.0 final version
- .obj export code cleanup
- New CMake support (thanks KernelA)
The zip file contains 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer, and a version of viewvox + glut32.dll to view models if you choose to output them as a binvox file.
v0.4.7 Release
Changes:
- Add
translate
andscale
to .binvox output (Related issue: #36) to follow .binvox spec - Added CPU voxelization timer
- Updated documentation wrt performance
The zip file contains 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer, and a version of viewvox + glut32.dll to view models if you choose to output them as a binvox file.
v0.4.6 Release
Changes
- Added experimental solid voxelization (thanks to conceptclear). Needs watertight model, incompatible with CPU-based method.
- Changed program parameters (
-thrust
instead of-t
for Thrust usage) - Multi-threaded CPU voxelization support through OpenMP. Should now scale to the amount of cores your system provides.
The zip file contains a 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer
at the time of writing, and a version of viewvox
+ glut32.dll to view models if you choose to output them as a binvox file.
v0.4.5 Release
Changes
- Added option to export to an actual .obj model with triangle faces for the voxel cubes
- Upgraded to CUDA 11 (Release Candidate)
The zip file contains a 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer
at the time of writing, and a version of viewvox
+ glut32.dll to view models if you choose to output them as a binvox file.
v0.4.4c Release
A small update to the v0.4.4c release, finally fixing the dependency on a MSVC debug dll reported in #23. Windows users should be able to run cuda_voxelizer.exe without needing any Visual Studio-specific tools.
v0.4.4b Release
A small update to the v0.4.4 release, now containing some necessary CUDA 10.2 dlls for running the tool when you've got no CUDA SDK installed. Thanks for the report @claell.
v0.4.4 Release
- Added fallback CPU voxelizer when no CUDA device is found or init fails
- More robust CUDA init handling
- More optional debug information (use _DEBUG during compilation to activate)
The zip file contains a 64-bit (Windows) RELEASE version of cuda_voxelizer at the time of writing, and a version of viewvox to view the generated voxel models.
A DEBUG version of cuda_voxelizer (which is slower, but provides more debug output for diagnosis) is also included.
v0.4.1 Release
Fixed bug #10 for huge voxelizations (2048x2048x2048 and up).
Contains a 64-bit (Windows) version of cuda-voxelizer at the time of writing, and a version of viewvox to view the generated voxel models.
v0.4 Release
Added support for output to .obj file format.
Contains a 64-bit (Windows) version of cuda-voxelizer at the time of writing, and a version of viewvox to view the generated voxel models.
v0.3.1 Release
Release with a bugfix for axis-aligned planes missing voxels.
Contains a 64-bit (Windows) version of cuda-voxelizer at the time of writing, and a version of viewvox to view the generated voxel models.