文件名称:cuda_voxelizer:CUDA Voxelizer可以将多边形网格转换为带注释的体素网格
文件大小:432KB
文件格式:ZIP
更新时间:2024-06-02 19:15:06
graphics models cuda C++
cuda_voxelizer v0.4.10
用于将多边形网格转换为(带注释的)体素网格的命令行工具。
支持的输入格式:.ply,.off,.obj,.3DS,.SM和RAY
支持的输出格式:.binvox,.obj,morton有序网格
需要兼容CUDA的视频卡。 计算能力2.0或更高(Nvidia Fermi或更高)。 从v0.4.4开始,在未找到CUDA设备的情况下,体素化器将恢复为(较慢的)CPU体素化方法
用法
程序选项:
-f
【文件预览】:
cuda_voxelizer-main
----msvc()
--------vs2019()
----src()
--------util_cuda.h(199B)
--------morton_LUTs.h(9KB)
--------util_cuda.cpp(2KB)
--------voxelize.cu(12KB)
--------cpu_voxelizer.cpp(13KB)
--------util_io.h(645B)
--------voxelize_solid.cu(8KB)
--------thrust_operations.cu(2KB)
--------voxelize.cuh(994B)
--------main.cpp(13KB)
--------libs()
--------todo.txt(662B)
--------util.h(6KB)
--------thrust_operations.cuh(317B)
--------timer.h(1KB)
--------cpu_voxelizer.h(432B)
--------util_io.cpp(8KB)
----img()
--------viewvox.JPG(112KB)
--------output_examples.jpg(97KB)
----CMakeLists.txt(2KB)
----CONTRIBUTING.md(176B)
----.travis.yml(2KB)
----LICENSE(1KB)
----README.md(8KB)
----test_models()
--------bunny.OBJ(719KB)
--------credit.txt(102B)
----.gitignore(3KB)