|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.geometry.config.PassSummary
public class PassSummary
Summarizes the attributes used by a set of passes.
| Field Summary | |
|---|---|
boolean |
colors
Whether or not any of the passes use vertex colors. |
boolean |
normals
Whether or not any of the passes use vertex normals. |
ArrayIntSet |
texCoordSets
All of the texture coordinate sets used by the passes. |
HashSet<String> |
vertexAttribs
The names of all vertex attributes used by the passes. |
| Constructor Summary | |
|---|---|
PassSummary(PassDescriptor... passes)
Creates a new summary for the described passes. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
int |
hashCode()
|
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public HashSet<String> vertexAttribs
public ArrayIntSet texCoordSets
public boolean colors
public boolean normals
| Constructor Detail |
|---|
public PassSummary(PassDescriptor... passes)
| Method Detail |
|---|
public int hashCode()
hashCode in class DeepObjectpublic boolean equals(Object other)
equals in class DeepObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||