Download or view VoxelArrayTest.frink in plain text format
// This is a simple test to make a VoxelArray and output it as a Wavefront
// object file for use in a 3-D printer.
v = newJava["frink.graphics.VoxelArray", [9,9,9,true]]
//v.setRange[0,8,0,8,0,8,false]
println[v.toObjFormat["test"]]
Download or view VoxelArrayTest.frink in plain text format
This is a program written in the programming language Frink.
For more information, view the Frink
Documentation or see More Sample Frink Programs.
Alan Eliasen, eliasen@mindspring.com