hi everybody
i found this program yesterday while i was looking for some program to
view and edit a voxel map generated by binvox (http://
www.cs.princeton.edu/~min/binvox/). the files generated from binvox
and parsed with read_binvox (
http://www.cs.princeton.edu/~min/binvox/
binvox.html) creates files like this
#binvox ASCII data
dim 128 128 128
translate -1 -1 -1110.35
scale 1319.07
data
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 .....
1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
0 .....
1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 01 1 1 1 1 1 1 1 1
1 .....
i tried to open the vxc files saved by voxcad (an xml file) and i
found the voxel lines compressed with zlib
do you think is a trivial operation modify the open routine of the
program in order to open (and save) in this binvox format? it's not
important to respect exactly the format of binvox, maybe just write/
read no-compressed data in the vxc
thank you,
augusto