com.jme.scene
Class CompositeMesh.IndexRange
java.lang.Object
com.jme.scene.CompositeMesh.IndexRange
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CompositeMesh
- public static class CompositeMesh.IndexRange
- extends java.lang.Object
- implements java.io.Serializable
This class represents range of indexes to be interpreted in a way
depending on 'kind' attribute. To create instances of this class, please
check CompositeMesh static methods.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TRIANGLES
public static final int TRIANGLES
- See Also:
- Constant Field Values
TRIANGLE_STRIP
public static final int TRIANGLE_STRIP
- See Also:
- Constant Field Values
TRIANGLE_FAN
public static final int TRIANGLE_FAN
- See Also:
- Constant Field Values
QUADS
public static final int QUADS
- See Also:
- Constant Field Values
QUAD_STRIP
public static final int QUAD_STRIP
- See Also:
- Constant Field Values
getCount
public int getCount()
getKind
public int getKind()
getTriangleQuantityEquivalent
public long getTriangleQuantityEquivalent()
- Returns:
- equivalent in triangles of elements drawn (1 quad counts as
two triangles)
toString
public java.lang.String toString()