Searched refs:triangleCount (Results 1 – 1 of 1) sorted by relevance
206 const long triangleCount = longitudeCount * latitudeCount * 2; in createSuperShape() local207 const long vertices = triangleCount * 3; in createSuperShape()350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane() local351 const long vertices = triangleCount * 3; in createGroundPlane()