Example usage for Java javax.media.j3d AmbientLight fields, constructors, methods, implement or subclass
The text is from its open source code.
AmbientLight() Constructs and initializes an ambient light using default parameters. | |
AmbientLight(Color3f color) Constructs and initializes an ambient light using the specified parameters. | |
AmbientLight(boolean lightOn, Color3f color) Constructs and initializes an ambient light using the specified parameters. |
Bounds | getInfluencingBounds() Retrieves the Light node's influencing bounds. |
void | setCapability(int bit) Sets the specified capability bit. |
void | setColor(Color3f color) Sets the Light's current color. |
void | setEnable(boolean state) Turns the light on or off. |
void | setInfluencingBounds(Bounds region) Sets the Light's influencing region to the specified bounds. |