Lines Matching defs:TRIANGLE
62 TRIANGLE (3),
64 * Vertices will be rendered as a connected triangle strip
66 * triangle defined by a new vertex
511 * and triangle by triangle
691 * Adds a new triangle to the mesh builder
693 * @param idx1 index of the first vertex in the triangle
694 * @param idx2 index of the second vertex in the triangle
695 * @param idx3 index of the third vertex in the triangle
757 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE);