Java javax.media.j3d AmbientLight fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d AmbientLight fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d AmbientLight.

The text is from its open source code.

Constructor

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.

Method

BoundsgetInfluencingBounds()
Retrieves the Light node's influencing bounds.
voidsetCapability(int bit)
Sets the specified capability bit.
voidsetColor(Color3f color)
Sets the Light's current color.
voidsetEnable(boolean state)
Turns the light on or off.
voidsetInfluencingBounds(Bounds region)
Sets the Light's influencing region to the specified bounds.