Open GoogleCodeExporter opened 8 years ago
An interesting idea is .binvox format.
http://www.cs.princeton.edu/~min/binvox/binvox.html
It is both binary and compressed. The only addition is to use more elaborate
'value byte' (not only 0 and 1) to indicate domain. Then this format will be
almost identical to the one used by Scott R. Brock in his FDTD codes.
The main advantages of this format is that tools for visualization and
transformation of many standard 3D formats into it are available (open source).
http://www.cs.princeton.edu/~min/viewvox/
http://www.cs.princeton.edu/~min/binvox/
Moreover, sample code for reading this format is also available (the same
links).
Original comment by yurkin
on 11 Jan 2012 at 8:40
Original issue reported on code.google.com by
yurkin
on 24 Dec 2008 at 6:56