|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LightState | |
|---|---|
| com.threerings.opengl.model | |
| com.threerings.opengl.renderer.config | Renderer configuration bits. |
| com.threerings.opengl.renderer.state | |
| com.threerings.opengl.scene | Scene management classes. |
| Uses of LightState in com.threerings.opengl.model |
|---|
| Methods in com.threerings.opengl.model that return LightState | |
|---|---|
LightState |
Model.getLightState()
Returns a reference to the model's light state. |
| Methods in com.threerings.opengl.model with parameters of type LightState | |
|---|---|
void |
Model.setLightState(LightState state)
Sets the model's light state. |
| Uses of LightState in com.threerings.opengl.renderer.config |
|---|
| Methods in com.threerings.opengl.renderer.config that return LightState | |
|---|---|
abstract LightState |
LightStateConfig.getState(GlContext ctx,
Scope scope,
List<Updater> updaters)
Returns the corresponding light state. |
LightState |
LightStateConfig.Disabled.getState(GlContext ctx,
Scope scope,
List<Updater> updaters)
|
LightState |
LightStateConfig.Enabled.getState(GlContext ctx,
Scope scope,
List<Updater> updaters)
|
| Uses of LightState in com.threerings.opengl.renderer.state |
|---|
| Fields in com.threerings.opengl.renderer.state declared as LightState | |
|---|---|
static LightState |
LightState.DISABLED
A state that disables lighting (the default). |
| Uses of LightState in com.threerings.opengl.scene |
|---|
| Methods in com.threerings.opengl.scene that return LightState | |
|---|---|
LightState |
SceneInfluenceSet.getLightState(Box bounds,
LightState state)
Returns the light state for this influence set. |
| Methods in com.threerings.opengl.scene with parameters of type LightState | |
|---|---|
LightState |
SceneInfluenceSet.getLightState(Box bounds,
LightState state)
Returns the light state for this influence set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||