Class TKambiHeadLightNode
Unit
X3DNodes
Declaration
type TKambiHeadLightNode = class(TAbstractChildNode)
Description
Headlight configuration, allows to customize headlight look and shape. See http://castle-engine.sourceforge.net/x3d_implementation_navigation_extensions.php#section_ext_headlight .
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; 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 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.15.0.
|