com.threerings.opengl.scene
Class ProjectorInfluence

java.lang.Object
  extended by com.threerings.util.ShallowObject
      extended by com.threerings.opengl.scene.SceneInfluence
          extended by com.threerings.opengl.scene.ProjectorInfluence
All Implemented Interfaces:
SceneObject

public class ProjectorInfluence
extends SceneInfluence

Represents the influence of a projector.


Field Summary
protected  Projection _projection
          The projection .
 
Fields inherited from class com.threerings.opengl.scene.SceneInfluence
_bounds, _lastVisit
 
Constructor Summary
ProjectorInfluence(Projection projection)
          Creates a new projector influence.
 
Method Summary
 Projection getProjection()
          Returns the projection associated with this influence, or null for none.
 
Methods inherited from class com.threerings.opengl.scene.SceneInfluence
getAmbientLight, getBounds, getDefinitions, getFogState, getLight, reset, updateLastVisit
 
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

_projection

protected Projection _projection
The projection .

Constructor Detail

ProjectorInfluence

public ProjectorInfluence(Projection projection)
Creates a new projector influence.

Method Detail

getProjection

public Projection getProjection()
Description copied from class: SceneInfluence
Returns the projection associated with this influence, or null for none.

Overrides:
getProjection in class SceneInfluence