com.threerings.opengl.scene.config
Class ShadowConfig.Data

java.lang.Object
  extended by com.threerings.util.ShallowObject
      extended by com.threerings.opengl.scene.config.ShadowConfig.Data
Direct Known Subclasses:
ShadowConfig.TextureData
Enclosing class:
ShadowConfig

public abstract static class ShadowConfig.Data
extends ShallowObject

A simple container for several state elements shared between the updater and the dependency.


Field Summary
 Light light
          The light details in world space.
 Updater updater
          An updater for the world light's transform.
 
Constructor Summary
ShadowConfig.Data()
           
 
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

light

public Light light
The light details in world space.


updater

public Updater updater
An updater for the world light's transform.

Constructor Detail

ShadowConfig.Data

public ShadowConfig.Data()