Grid3D

represents a 3d grid at the origin

Constructors

this
this(int slices, float spacing)
Undocumented in source.

Members

Functions

debug_render
void debug_render()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bounds
BoundingBox bounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

slices
int slices;

grid slices

spacing
float spacing;

grid line spacing

Meta