Reputation: 157
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.
Upvotes: 3
Views: 626
Reputation: 22346
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.
Upvotes: 5