You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SVX format(Simple Voxels) is a voxel transmital format. It was developed to enable the upload of voxel based models to Shapeways. The design priorities are simple definition, ease of implementation, and extensibility.
Format
The basic format is a Zip file, named with a .svx extension. It contains a manifest file and a series of slices as images.
The SVX format(Simple Voxels) is a voxel transmital format. It was developed to enable the upload of voxel based models to Shapeways. The design priorities are simple definition, ease of implementation, and extensibility.
Format
The basic format is a Zip file, named with a .svx extension. It contains a manifest file and a series of slices as images.
manifest.xml
channel_name/slice0.png
channel_name/slice1.png
https://abfab3d.com/svx-format/
examplefile-sphere.svx
About Go and Libraries:
https://golang.org/pkg/encoding/xml/
https://tour.golang.org/welcome/1
The text was updated successfully, but these errors were encountered: