// 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"]]