VOX

The simple structure currently used in vox-d. Expect changes about this.

Members

Functions

numVoxels
int numVoxels()
Undocumented in source. Be warned that the author may not have intended to support it.
voxel
inout(VoxColor) voxel(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

depth
int depth;
Undocumented in source.
height
int height;
Undocumented in source.
voxels
VoxColor[] voxels;
Undocumented in source.
width
int width;
Undocumented in source.

Meta