GLDraw.cube

Renders a cube. The cube is centered at the modeling coordinates origin with sides of length size.

class GLDraw
static
void
cube
(
int solid
,
double size
)

Parameters

solid int

TRUE if the cube should be solid.

size double

length of cube sides.

Meta