Line 367 of ElevationGridNode.cpp reads: float ypos = eg->getHeight(x + z*zDimension);
Should this not be: float ypos = eg->getHeight(x + z*xDimension);
??