Packed Record TSceneLightingContext

Hierarchy
Methods
Properties

Unit

Declaration

type TSceneLightingContext = packed record

Description

Context when computing lighting

Overview

Fields

Public basic: TBasicLightingContext;
Public diffuseColor: TColorInt65536;
Public specularColor: TColorInt65536;
Public vL: TPoint3D_128;
Public dummy: TPoint3D_128;
Public vH: TPoint3D_128;
Public lightness: integer;
Public material: TObject;
Public LightThroughFactor: single;
Public LightThrough: LongBool;
Public SaturationLow: integer;
Public SaturationLowF: single;
Public SaturationHigh: integer;
Public SaturationHighF: single;

Description

Fields

Public basic: TBasicLightingContext;

This item has no description.

Public diffuseColor: TColorInt65536;

128

Public specularColor: TColorInt65536;

144

Public vL: TPoint3D_128;

160

Public dummy: TPoint3D_128;

176

Public vH: TPoint3D_128;

192

Public lightness: integer;

208

Public material: TObject;

212

Public LightThroughFactor: single;

This item has no description.

Public LightThrough: LongBool;

This item has no description.

Public SaturationLow: integer;

This item has no description.

Public SaturationLowF: single;

This item has no description.

Public SaturationHigh: integer;

This item has no description.

Public SaturationHighF: single;

This item has no description.