|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.ShallowObject
com.threerings.opengl.scene.config.ShadowConfig.Data
com.threerings.opengl.scene.config.ShadowConfig.TextureData
public static class ShadowConfig.TextureData
A simple container for several state elements shared between the updater and the dependency.
| Field Summary | |
|---|---|
float |
far
The distances to the near and far clip planes. |
float |
height
The dimensions of the light projection. |
float |
near
The distances to the near and far clip planes. |
Transform3D |
transform
The light's transform in world space. |
float |
width
The dimensions of the light projection. |
| Fields inherited from class com.threerings.opengl.scene.config.ShadowConfig.Data |
|---|
light, updater |
| Constructor Summary | |
|---|---|
ShadowConfig.TextureData()
|
|
| Method Summary |
|---|
| Methods inherited from class com.threerings.util.ShallowObject |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Transform3D transform
public float near
public float far
public float width
public float height
| Constructor Detail |
|---|
public ShadowConfig.TextureData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||