Tagged Questions
15
votes
1answer
820 views
What are the pros and cons of these voxel data file formats?
.VXL
.VOX
.KVX
.KV6
.V3A
.V3B
I am trying to decide whether it's worth going with any of the above, or some other, or if I should roll my own. The deciding factors in order of importance are:
...
8
votes
3answers
3k views
Which data structure should be used to represent voxel terrain?
According to the Wikipedia page about voxels, "[...] the position of a voxel is inferred based upon its position relative to other voxels (i.e., its position in the data structure that makes up a ...