reng v0.3.3 (2020-07-30T23:47:39Z)
Dub
Repo
Grid3D
re
gfx
shapes
grid
represents a 3d grid at the origin
class
Grid3D : Component, Renderable3D {
int
slices
;
float
spacing
;
this
(int slices, float spacing);
BoundingBox
bounds
[@property getter];
void
render
();
void
debug_render
();
}
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
Source
See Implementation
re
gfx
shapes
grid
classes
Grid3D
represents a 3d grid at the origin