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.


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
getClass, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2011. All Rights Reserved.