Overview
Represents a distant light source.
Attribute Summary
| name | type | description |
|---|---|---|
| Public | ||
| azimuth | Number |
The azimuth of the light. More: [+]The azimuth of the light. The azimuth is the direction angle for the light source on the XY plane, in degrees.
Min: n/a
Max: n/a
Default: 45.0
Identity: n/a
|
| elevation | Number |
The elevation of the light. More: [+]The elevation of the light. The elevation is the direction angle for the light source on the YZ plane, in degrees.
Min: n/a
Max: n/a
Default: 45.0
Identity: n/a
|
| Protected | ||
Inherited Attributes
javafx.scene.effect.light.Light
| name | type | description |
|---|---|---|
| color | Color |
The color of the light source. More: [+]The color of the light source.
Min: n/a
Max: n/a
Default: Color.WHITE
Identity: n/a
|