PointLight
Inherits from: Light
Overview
Represents a light source at a given position in 3D space.
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| x | Number | 0.0 |
The x coordinate of the light position.
Min: n/a
Max: n/a
Default: 0.0
Identity: n/a
|
| y | Number | 0.0 |
The y coordinate of the light position.
Min: n/a
Max: n/a
Default: 0.0
Identity: n/a
|
| z | Number | 0.0 |
The z coordinate of the light position.
Min: n/a
Max: n/a
Default: 0.0
Identity: n/a
|
Inherited Variables
Light
| name | type | Default Value | description |
|---|---|---|---|
| color | Color | WHITE |
The color of the light source.
Min: n/a
Max: n/a
Default: Color.WHITE
Identity: n/a
|
