public static class RenderObject.RenderObjectState
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
RenderObject.RenderObjectState |
clone() |
boolean |
equals(java.lang.Object obj) |
boolean |
equals(RenderObject.RenderObjectState other) |
int |
getLineGroupIdx() |
int |
getPointGroupIdx() |
int |
getTriangleGroupIdx() |
boolean |
hasColors() |
int |
hashCode() |
boolean |
hasNormals() |
boolean |
hasPositions() |
boolean |
hasTextureCoords() |
int |
numLineGroups() |
int |
numPointGroups() |
int |
numTriangleGroups() |
public int numPointGroups()
public int numLineGroups()
public int numTriangleGroups()
public int getPointGroupIdx()
public int getLineGroupIdx()
public int getTriangleGroupIdx()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(RenderObject.RenderObjectState other)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic RenderObject.RenderObjectState clone()
clone in class java.lang.Objectpublic boolean hasPositions()
public boolean hasNormals()
public boolean hasColors()
public boolean hasTextureCoords()