Class TViewpointNode
Unit
X3DNodes
Declaration
type TViewpointNode = class(TAbstractViewpointNode)
Description
Viewpoint that provides a perspective view of the scene.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function ProjectionMatrix: TMatrix4; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
property FdFieldOfView: TSFFloat read FFdFieldOfView; |
Internal wrapper for property FieldOfView . This wrapper API may change, we advise to access simpler FieldOfView instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FieldOfView: Single read GetFieldOfView write SetFieldOfView; |
|
 |
property FdPosition: TSFVec3f read FFdPosition; |
Internal wrapper for property Position . This wrapper API may change, we advise to access simpler Position instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdFieldOfViewForceVertical: TSFBool read FFdFieldOfViewForceVertical; |
Internal wrapper for property FieldOfViewForceVertical . This wrapper API may change, we advise to access simpler FieldOfViewForceVertical instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FieldOfViewForceVertical: Boolean read GetFieldOfViewForceVertical write SetFieldOfViewForceVertical; |
|
Generated by PasDoc 0.16.0.