Example usage for Java javax.media.j3d Light fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_STATE_READ Specifies that this Light allows read access to its current state information at runtime. |
int | ALLOW_STATE_WRITE Specifies that this Light allows write access to its current state information at runtime. |
int | ALLOW_COLOR_READ Specifies that this Light allows read access to its color information at runtime. |
int | ALLOW_COLOR_WRITE Specifies that this Light allows write access to its color information at runtime. |
int | ALLOW_INFLUENCING_BOUNDS_READ Specifies that this Light allows read access to its influencing bounds and bounds leaf information. |
int | ALLOW_INFLUENCING_BOUNDS_WRITE Specifies that this Light allows write access to its influencing bounds and bounds leaf information. |
int | ALLOW_SCOPE_READ Specifies that this Light allows read access to its scope information at runtime. |
int | ALLOW_SCOPE_WRITE Specifies that this Light allows write access to its scope information at runtime. |
void | setInfluencingBounds(Bounds region) Sets the Light's influencing region to the specified bounds. |