Question

i'm planning on building a voxel editor (c++ and opengl) for personal use and i want to re-use the objects i build in later projects. The problem i came along is, i'm not sure whats the best way to save voxel data to files. I googled many sites and came across 'save as octree' and 'save as BSP tree' which one is better in your opinion and why?

Thanks in advance.

Was it helpful?

Solution

I would use Field3D, it's used by the biggest and best in the CG industry to store voxel data for fluidics simulations. All open-source of course.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top