Method Summary |
||
static Object3D |
createBox(float minX, float maxX, float minY, float maxY, float minZ, float maxZ) creates a new Object3D of box shape of given bounds. |
|
static Object3D |
||
visualizeCells(Grid grid, World world, java.awt.Color cellColor) creates visual representations of cells in a grid and adds them to given world. |
||
visualizeSectors(Grid grid, World world) creates visual representations of sectors and adds them to given world. |
||
visualizeSectors(Land land, World world) creates visual representations of sectors and adds them to given world. |