Interface IBGRADirectionalLight3D
Unit
Declaration
type IBGRADirectionalLight3D = interface(IBGRALight3D)
Description
Interface of directional light for 3D scene
Hierarchy
- IInterface
- IBGRALight3D
- IBGRADirectionalLight3D
Overview
Methods
![]() |
function GetDirection: TPoint3D; |
![]() |
procedure SetDirection(const AValue: TPoint3D); |
Properties
![]() |
property Direction: TPoint3D read GetDirection write SetDirection; |
Description
Methods
![]() |
function GetDirection: TPoint3D; |
This item has no description. Attributes
|
![]() |
procedure SetDirection(const AValue: TPoint3D); |
This item has no description. |
Properties
![]() |
property Direction: TPoint3D read GetDirection write SetDirection; |
This item has no description. |