Field Summary |
|
final static int | FRONTFACE_CCW This constant is used to indicate that triangles with counter-clockwise
vertex winding are front facing. |
final static int | FRONTFACE_CW This constant is used to indicate that triangles with clockwise vertex
winding are front facing. |
final static int | REPLACE_MIDDLE This flag indicates that the next triangle in the strip is defined by
replacing the middle vertex of the previous triangle in the strip. |
final static int | REPLACE_OLDEST This flag indicates that the next triangle in the strip is defined by
replacing the oldest vertex of the previous triangle in the strip. |
final static int | RESTART_CCW This flag indicates that a vertex starts a new strip with
counter-clockwise winding. |
final static int | RESTART_CW This flag indicates that a vertex starts a new strip with clockwise
winding. |