Class TCastlePerspective
Unit
CastleCameras
Declaration
type TCastlePerspective = class(TComponent)
Description
Subcomponent used in TCastleCamera.Perspective to set perspective projection parameters.
Do not create instances of this class yourself, these are automatically created by TCastleCamera.
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastlePerspective
Overview
Fields
Methods
 |
constructor Create(AOwner: TComponent); override; |
Properties
Description
Fields
 |
nested const DefaultFieldOfView = Pi / 4; |
|
|
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
|
Properties
 |
property FieldOfView: Single read FFieldOfView write SetFieldOfView
stored IsStoredFieldOfView default DefaultFieldOfView; |
|
Perspective field of view angle, in radians. The FieldOfViewAxis determines whether this is horizontal or vertical angle.
|
Generated by PasDoc 0.16.0.