Searched refs:yBegin (Results 1 – 1 of 1) sorted by relevance
348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()363 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()