|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientArrayConfig | |
|---|---|
| com.threerings.opengl.geometry.config | Geometry configurations. |
| com.threerings.opengl.renderer.config | Renderer configuration bits. |
| Uses of ClientArrayConfig in com.threerings.opengl.geometry.config |
|---|
| Subclasses of ClientArrayConfig in com.threerings.opengl.geometry.config | |
|---|---|
static class |
GeometryConfig.AttributeArrayConfig
Describes an interleaved attribute array. |
| Fields in com.threerings.opengl.geometry.config declared as ClientArrayConfig | |
|---|---|
ClientArrayConfig |
GeometryConfig.Stored.colorArray
The color array. |
ClientArrayConfig |
GeometryConfig.Stored.normalArray
The normal array. |
ClientArrayConfig[] |
GeometryConfig.Stored.texCoordArrays
The texture coordinate arrays. |
ClientArrayConfig |
GeometryConfig.Stored.vertexArray
The vertex array. |
| Methods in com.threerings.opengl.geometry.config that return ClientArrayConfig | |
|---|---|
ClientArrayConfig |
GeometryConfig.Stored.getTexCoordArray(int idx)
Returns the texture coordinate array config at the specified index. |
| Methods in com.threerings.opengl.geometry.config with parameters of type ClientArrayConfig | |
|---|---|
boolean |
GeometryConfig.AttributeArrayConfig.canMerge(ClientArrayConfig oarray)
|
float[] |
GeometryConfig.Stored.getFloatArray(boolean align,
ClientArrayConfig... arrays)
Returns a float array containing the interleaved contents of the specified arrays. |
int[] |
GeometryConfig.Stored.getIntArray(boolean align,
ClientArrayConfig... arrays)
Returns an int array containing the interleaved contents of the specified arrays. |
| Uses of ClientArrayConfig in com.threerings.opengl.renderer.config |
|---|
| Methods in com.threerings.opengl.renderer.config with parameters of type ClientArrayConfig | |
|---|---|
boolean |
ClientArrayConfig.canMerge(ClientArrayConfig oarray)
Checks whether, all other things being equal, we can merge this array with the specified other. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||