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