|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolygonState | |
|---|---|
| com.threerings.opengl.renderer.config | Renderer configuration bits. |
| com.threerings.opengl.renderer.state | |
| Uses of PolygonState in com.threerings.opengl.renderer.config |
|---|
| Methods in com.threerings.opengl.renderer.config that return PolygonState | |
|---|---|
PolygonState |
PolygonStateConfig.getState()
Returns the corresponding polygon state. |
| Uses of PolygonState in com.threerings.opengl.renderer.state |
|---|
| Fields in com.threerings.opengl.renderer.state declared as PolygonState | |
|---|---|
static PolygonState |
PolygonState.DEFAULT
The default state. |
static PolygonState |
PolygonState.WIREFRAME
Simple wireframe state. |
| Methods in com.threerings.opengl.renderer.state that return PolygonState | |
|---|---|
static PolygonState |
PolygonState.getInstance(int frontPolygonMode,
int backPolygonMode,
float polygonOffsetFactor,
float polygonOffsetUnits)
If there is a shared instance with the supplied parameters, returns a reference to it; otherwise, returns a new state with the parameters. |
static PolygonState |
PolygonState.getInstance(PolygonState state)
If there is a shared equivalent to the specified state, this method will return the shared state; otherwise, it will simply return the parameter. |
| Methods in com.threerings.opengl.renderer.state with parameters of type PolygonState | |
|---|---|
static PolygonState |
PolygonState.getInstance(PolygonState state)
If there is a shared equivalent to the specified state, this method will return the shared state; otherwise, it will simply return the parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||