Packed Record TSceneLightingContext
Unit
Declaration
type TSceneLightingContext = packed record
Description
Context when computing lighting
Overview
Fields
basic: TBasicLightingContext; |
|
diffuseColor: TColorInt65536; |
|
specularColor: TColorInt65536; |
|
vL: TPoint3D_128; |
|
dummy: TPoint3D_128; |
|
vH: TPoint3D_128; |
|
lightness: integer; |
|
material: TObject; |
|
LightThroughFactor: single; |
|
LightThrough: LongBool; |
|
SaturationLow: integer; |
|
SaturationLowF: single; |
|
SaturationHigh: integer; |
|
SaturationHighF: single; |
Description
Fields
basic: TBasicLightingContext; |
|
This item has no description. |
diffuseColor: TColorInt65536; |
|
128 |
specularColor: TColorInt65536; |
|
144 |
vL: TPoint3D_128; |
|
160 |
dummy: TPoint3D_128; |
|
176 |
vH: TPoint3D_128; |
|
192 |
lightness: integer; |
|
208 |
material: TObject; |
|
212 |
LightThroughFactor: single; |
|
This item has no description. |
LightThrough: LongBool; |
|
This item has no description. |
SaturationLow: integer; |
|
This item has no description. |
SaturationLowF: single; |
|
This item has no description. |
SaturationHigh: integer; |
|
This item has no description. |
SaturationHighF: single; |
|
This item has no description. |