|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PointState | |
|---|---|
| com.threerings.opengl.renderer.config | Renderer configuration bits. |
| com.threerings.opengl.renderer.state | |
| Uses of PointState in com.threerings.opengl.renderer.config |
|---|
| Methods in com.threerings.opengl.renderer.config that return PointState | |
|---|---|
PointState |
PointStateConfig.getState()
Returns the corresponding point state. |
| Uses of PointState in com.threerings.opengl.renderer.state |
|---|
| Fields in com.threerings.opengl.renderer.state declared as PointState | |
|---|---|
static PointState |
PointState.DEFAULT
The default state. |
| Methods in com.threerings.opengl.renderer.state that return PointState | |
|---|---|
static PointState |
PointState.getInstance(float pointSize)
If there is a shared instance with the supplied parameters, returns a reference to it; otherwise, returns a new state with the parameters. |
static PointState |
PointState.getInstance(PointState 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 PointState | |
|---|---|
static PointState |
PointState.getInstance(PointState 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 | |||||||||