Searched refs:currentVertex (Results 1 – 1 of 1) sorted by relevance
347 long currentVertex, currentQuad; in createSuperShape() local357 currentVertex = 0; in createSuperShape()422 for (i = currentVertex * 3; in createSuperShape()423 i < (currentVertex + 6) * 3; in createSuperShape()430 for (i = currentVertex * 4; in createSuperShape()431 i < (currentVertex + 6) * 4; in createSuperShape()445 result->vertexArray[currentVertex * 3] = pa.x; in createSuperShape()446 result->vertexArray[currentVertex * 3 + 1] = pa.y; in createSuperShape()447 result->vertexArray[currentVertex * 3 + 2] = pa.z; in createSuperShape()448 ++currentVertex; in createSuperShape()[all …]