enum hiro::draw::GroundGrid
Overview
Mode for rendering ground grid lines. More…
#include <Scene.h> enum GroundGrid { none = 0, xy = 1, yz = 2, zx = 3, };
Detailed Documentation
Mode for rendering ground grid lines.
Enum Values
none
No ground grid is rendered.
xy
Render ground grid aligned with xy plane, and z normal.
yz
Render ground grid aligned with yz plane, and x normal.
zx
Render ground grid aligned with zx plane, and y normal.