ground surface is 20 meters across. play on!

This commit is contained in:
Philip Rosedale 2013-05-24 14:51:06 -07:00
parent 995fbcf4f9
commit 608a4f71bf

View file

@ -1667,7 +1667,8 @@ void Application::displaySide(Camera& whichCamera) {
glPopMatrix();
//draw a grid ground plane....
drawGroundPlaneGrid(10.f);
const float EDGE_SIZE_GROUND_PLANE = 20.f;
drawGroundPlaneGrid(EDGE_SIZE_GROUND_PLANE);
// Draw voxels
if (_renderVoxels->isChecked()) {