drawCube

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

void
drawCube
(
bool solid
,
double size
)

Parameters

solid bool

true if the cube should be solid.

size double

length of cube sides.

Meta