Class TKambiHeadLightNode
Unit
Declaration
type TKambiHeadLightNode = class(TAbstractChildNode)
Description
Headlight configuration, allows to customize headlight look and shape. See https://castle-engine.io/x3d_implementation_navigation_extensions.php#section_ext_headlight .
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TKambiHeadLightNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdAmbientIntensity: TSFFloat read FFdAmbientIntensity; |
![]() |
property FdAttenuation: TSFVec3f read FFdAttenuation; |
![]() |
property FdColor: TSFColor read FFdColor; |
![]() |
property FdIntensity: TSFFloat read FFdIntensity; |
![]() |
property FdSpot: TSFBool read FFdSpot; |
![]() |
property FdSpotCutOffAngle: TSFFloat read FFdSpotCutOffAngle; |
![]() |
property FdSpotDropOffRate: TSFFloat read FFdSpotDropOffRate; |
![]() |
property AmbientIntensity: Single read GetAmbientIntensity write SetAmbientIntensity; |
![]() |
property Attenuation: TVector3 read GetAttenuation write SetAttenuation; |
![]() |
property Color: TCastleColorRGB read GetColor write SetColor; |
![]() |
property Intensity: Single read GetIntensity write SetIntensity; |
![]() |
property Spot: Boolean read GetSpot write SetSpot; |
![]() |
property SpotDropOffRate: Single read GetSpotDropOffRate write SetSpotDropOffRate; |
![]() |
property SpotCutOffAngle: Single read GetSpotCutOffAngle write SetSpotCutOffAngle; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdAmbientIntensity: TSFFloat read FFdAmbientIntensity; |
![]() |
property FdAttenuation: TSFVec3f read FFdAttenuation; |
![]() |
property FdColor: TSFColor read FFdColor; |
![]() |
property FdIntensity: TSFFloat read FFdIntensity; |
![]() |
property FdSpot: TSFBool read FFdSpot; |
![]() |
property FdSpotCutOffAngle: TSFFloat read FFdSpotCutOffAngle; |
![]() |
property FdSpotDropOffRate: TSFFloat read FFdSpotDropOffRate; |
![]() |
property AmbientIntensity: Single read GetAmbientIntensity write SetAmbientIntensity; |
![]() |
property Attenuation: TVector3 read GetAttenuation write SetAttenuation; |
![]() |
property Color: TCastleColorRGB read GetColor write SetColor; |
![]() |
property Intensity: Single read GetIntensity write SetIntensity; |
![]() |
property Spot: Boolean read GetSpot write SetSpot; |
![]() |
property SpotDropOffRate: Single read GetSpotDropOffRate write SetSpotDropOffRate; |
![]() |
property SpotCutOffAngle: Single read GetSpotCutOffAngle write SetSpotCutOffAngle; |
Generated by PasDoc 0.16.0.
