Class TCamera3D
Unit
BGRAScene3D
Declaration
type TCamera3D = class(TObject)
Description
Camera for a 3D scene
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
|
FMatrix: TMatrix3D; |
This item has no description. |
|
FMatrixComputed: boolean; |
This item has no description. |
Methods
|
procedure LookAt(AWhere: TPoint3D; ATopDir: TPoint3D); |
This item has no description. |
|
procedure LookDown(angleDeg: single); |
This item has no description. |
|
procedure LookLeft(angleDeg: single); |
This item has no description. |
|
procedure LookRight(angleDeg: single); |
This item has no description. |
|
procedure LookUp(angleDeg: single); |
This item has no description. |
Properties
|
property LookWhere: TPoint3D read GetLookWhere; |
This item has no description. |
|
property Matrix: TMatrix3D read GetMatrix write SetMatrix; |
This item has no description. |
|
property ViewPoint: TPoint3D read GetViewPoint write SetViewPoint; |
This item has no description. |