interface GeneralizedStripFlags
GeneralizedStrip,
GeneralizedVertexList| Modifier and Type | Field and Description |
|---|---|
static int |
FRONTFACE_CCW
This constant is used to indicate that triangles with counter-clockwise
vertex winding are front facing.
|
static int |
FRONTFACE_CW
This constant is used to indicate that triangles with clockwise vertex
winding are front facing.
|
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.
|
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.
|
static int |
RESTART_CCW
This flag indicates that a vertex starts a new strip with
counter-clockwise winding.
|
static int |
RESTART_CW
This flag indicates that a vertex starts a new strip with clockwise
winding.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFlag(int index)
Return the flag associated with the vertex at the specified index.
|
int |
getFlagCount()
Return the number of flags.
|
static final int RESTART_CW
static final int RESTART_CCW
static final int REPLACE_MIDDLE
static final int REPLACE_OLDEST
static final int FRONTFACE_CW
static final int FRONTFACE_CCW
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.