com.threerings.opengl.scene.config
Class SceneInfluenceConfig.Projector

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.scene.config.SceneInfluenceConfig
          extended by com.threerings.opengl.scene.config.SceneInfluenceConfig.Projector
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
SceneInfluenceConfig

public static class SceneInfluenceConfig.Projector
extends SceneInfluenceConfig

Represents a projection influence.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.scene.config.SceneInfluenceConfig
SceneInfluenceConfig.AmbientLight, SceneInfluenceConfig.Definer, SceneInfluenceConfig.Fog, SceneInfluenceConfig.Light, SceneInfluenceConfig.Projector
 
Field Summary
 ProjectionConfig projection
          The projection config.
 
Fields inherited from class com.threerings.opengl.scene.config.SceneInfluenceConfig
dynamicBindings, staticBindings
 
Constructor Summary
SceneInfluenceConfig.Projector()
           
 
Method Summary
 
Methods inherited from class com.threerings.opengl.scene.config.SceneInfluenceConfig
createSceneInfluence, invalidate
 
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

projection

@Editable
public ProjectionConfig projection
The projection config.

Constructor Detail

SceneInfluenceConfig.Projector

public SceneInfluenceConfig.Projector()


Copyright © 2011. All Rights Reserved.