Description | Hierarchy | Fields | Methods | Properties |
type TLightSceneNode = class(TSceneNode)
Scene node which is a dynamic light.
You can switch the light on and off by making it visible or not. It can be animated by ordinary scene node animators. If the light type is directional or spot, the direction of the light source is defined by the rotation of the scene node (assuming (0,0,1) as the local direction of the light).
![]() |
property CastShadow: Boolean read GetCastShadow write EnableCastShadow; |
![]() |
property LightData: TLight read GetLightData write SetLightData; |
![]() |
property LightType: TLightType read GetLightType write SetLightType; |
![]() |
property Radius: Single read GetRadius write SetRadius; |
![]() |
property LightData: TLight read GetLightData write SetLightData; |
The light data associated with this node. |
![]() |
property LightType: TLightType read GetLightType write SetLightType; |
The light type. |