Overview
Represents a light source at a given position in 3D space.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
x | Number |
The x coordinate of the light position. More: [+]The x coordinate of the light position. Min: n/a Max: n/a Default: 0.0 Identity: n/a |
y | Number |
The y coordinate of the light position. More: [+]The y coordinate of the light position. Min: n/a Max: n/a Default: 0.0 Identity: n/a |
z | Number |
The z coordinate of the light position. More: [+]The z coordinate of the light position. Min: n/a Max: n/a Default: 0.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 |