com.threerings.opengl.scene
Class LightInfluence
java.lang.Object
com.threerings.util.ShallowObject
com.threerings.opengl.scene.SceneInfluence
com.threerings.opengl.scene.LightInfluence
- All Implemented Interfaces:
- SceneObject
public class LightInfluence
- extends SceneInfluence
Represents the influence of a light.
|
Method Summary |
Light |
getLight()
Returns the light associated with this influence, or null for none. |
LightInfluence
public LightInfluence(Light light)
- Creates a new light influence.
getLight
public Light getLight()
- Description copied from class:
SceneInfluence
- Returns the light associated with this influence, or
null for none.
- Overrides:
getLight in class SceneInfluence
Copyright © 2011. All Rights Reserved.