Home | History | Annotate | Download | only in functional

Lines Matching refs:triNdx

1469 		for (int triNdx = 0; triNdx < numTriangles; triNdx++)
1471 Triangle triangle(coords[3*triNdx + 0],
1472 coords[3*triNdx + 1],
1473 coords[3*triNdx + 2]);