|
|||||||||
| 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.SceneInfluence
com.threerings.opengl.scene.ProjectorInfluence
public class ProjectorInfluence
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 |
|---|
protected Projection _projection
| Constructor Detail |
|---|
public ProjectorInfluence(Projection projection)
| Method Detail |
|---|
public Projection getProjection()
SceneInfluencenull for none.
getProjection in class SceneInfluence
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||