public static interface RenderObjectInterface.RenderObjectState
Modifier and Type | Method and Description |
---|---|
RenderObjectInterface.RenderObjectState |
clone() |
int |
getColorSetIdx() |
int |
getLineGroupIdx() |
int |
getNormalSetIdx() |
int |
getPointGroupIdx() |
int |
getPositionSetIdx() |
int |
getTextureCoordSetIdx() |
int |
getTriangleGroupIdx() |
boolean |
hasColors() |
boolean |
hasNormals() |
boolean |
hasPositions() |
boolean |
hasTextureCoords() |
int |
numColorSets() |
int |
numLineGroups() |
int |
numNormalSets() |
int |
numPointGroups() |
int |
numPositionSets() |
int |
numTextureCoordSets() |
int |
numTriangleGroups() |
boolean hasPositions()
boolean hasNormals()
boolean hasColors()
boolean hasTextureCoords()
int numPositionSets()
int numNormalSets()
int numColorSets()
int numTextureCoordSets()
int getPositionSetIdx()
int getNormalSetIdx()
int getColorSetIdx()
int getTextureCoordSetIdx()
int numPointGroups()
int numLineGroups()
int numTriangleGroups()
int getPointGroupIdx()
int getLineGroupIdx()
int getTriangleGroupIdx()
RenderObjectInterface.RenderObjectState clone()