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

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

Introduction

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

The text is from its open source code.

Field

intALLOW_STATE_READ
Specifies that this Light allows read access to its current state information at runtime.
intALLOW_STATE_WRITE
Specifies that this Light allows write access to its current state information at runtime.
intALLOW_COLOR_READ
Specifies that this Light allows read access to its color information at runtime.
intALLOW_COLOR_WRITE
Specifies that this Light allows write access to its color information at runtime.
intALLOW_INFLUENCING_BOUNDS_READ
Specifies that this Light allows read access to its influencing bounds and bounds leaf information.
intALLOW_INFLUENCING_BOUNDS_WRITE
Specifies that this Light allows write access to its influencing bounds and bounds leaf information.
intALLOW_SCOPE_READ
Specifies that this Light allows read access to its scope information at runtime.
intALLOW_SCOPE_WRITE
Specifies that this Light allows write access to its scope information at runtime.

Method

voidsetInfluencingBounds(Bounds region)
Sets the Light's influencing region to the specified bounds.