|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.renderer.config.LightConfig
com.threerings.opengl.renderer.config.LightConfig.Directional
public static class LightConfig.Directional
A directional light.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.opengl.renderer.config.LightConfig |
|---|
LightConfig.Attenuation, LightConfig.Colors, LightConfig.Directional, LightConfig.Falloff, LightConfig.Point, LightConfig.Spot |
| Field Summary | |
|---|---|
Vector3f |
direction
The direction of the light. |
| Fields inherited from class com.threerings.opengl.renderer.config.LightConfig |
|---|
colors |
| Constructor Summary | |
|---|---|
LightConfig.Directional()
|
|
LightConfig.Directional(LightConfig other)
|
|
| Method Summary |
|---|
| Methods inherited from class com.threerings.opengl.renderer.config.LightConfig |
|---|
createLight |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(mode="normalized",
hgroup="p")
public Vector3f direction
| Constructor Detail |
|---|
public LightConfig.Directional(LightConfig other)
public LightConfig.Directional()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||