|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CullState | |
|---|---|
| com.threerings.opengl.renderer.config | Renderer configuration bits. |
| com.threerings.opengl.renderer.state | |
| Uses of CullState in com.threerings.opengl.renderer.config |
|---|
| Methods in com.threerings.opengl.renderer.config that return CullState | |
|---|---|
CullState |
CullStateConfig.getState()
Returns the corresponding color state. |
| Uses of CullState in com.threerings.opengl.renderer.state |
|---|
| Fields in com.threerings.opengl.renderer.state declared as CullState | |
|---|---|
static CullState |
CullState.BACK_FACE
A state that enables back-face culling. |
static CullState |
CullState.DISABLED
A state that disables back-face culling. |
static CullState |
CullState.FRONT_FACE
A state that enabled front-face culling. |
| Methods in com.threerings.opengl.renderer.state that return CullState | |
|---|---|
static CullState |
CullState.getInstance(int cullFace)
If there is a shared instance with the supplied parameters, returns a reference to it; otherwise, returns a new state with the parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||