|
||||||||||
| 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.PassDescriptor
public class PassDescriptor
Describes the elements of state that will be used in a pass for the purpose of configuring the geometry instance.
| Field Summary | |
|---|---|
boolean |
colors
Whether or not the pass will use vertex colors. |
CoordSpace |
coordSpace
The coordinate space in which the vertex shader works. |
int |
firstVertexAttribIndex
The index of the first vertex attribute used in the pass. |
String[] |
hints
The set of hints specified in the vertex shader config. |
boolean |
normals
Whether or not the pass will use vertex normals. |
int[] |
texCoordSets
The texture coordinate sets used by each unit. |
String[] |
vertexAttribs
The vertex attributes used by the pass. |
| Constructor Summary | |
|---|---|
PassDescriptor()
|
|
| Method Summary | |
|---|---|
boolean |
containsHint(String hint)
Determines whether this descriptor contains the specified hint. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String[] hints
public CoordSpace coordSpace
public int firstVertexAttribIndex
public String[] vertexAttribs
public int[] texCoordSets
public boolean colors
public boolean normals
| Constructor Detail |
|---|
public PassDescriptor()
| Method Detail |
|---|
public boolean containsHint(String hint)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||