Class TGeoViewpointNode
Unit
Declaration
type TGeoViewpointNode = class(TAbstractViewpointNode)
Description
Base type for viewpoints in X3D, which are locations from which the user may view the scene.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractBindableNode
- TAbstractViewpointNode
- TGeoViewpointNode
Overview
Methods
![]() |
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetNavType(const Value: array of string); overload; |
![]() |
procedure SetNavType(const Value: TCastleStringList); overload; |
![]() |
procedure SetGeoSystem(const Value: array of string); overload; |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); overload; |
Properties
![]() |
property EventSet_orientation: TSFRotationEvent read FEventSet_orientation; |
![]() |
property EventSet_position: TSFVec3dEvent read FEventSet_position; |
![]() |
property FdFieldOfView: TSFFloat read FFdFieldOfView; |
![]() |
property FieldOfView: Single read GetFieldOfView write SetFieldOfView; |
![]() |
property FdHeadlight: TSFBool read FFdHeadlight; |
![]() |
property Headlight: Boolean read GetHeadlight write SetHeadlight; |
![]() |
property FdNavType: TMFString read FFdNavType; |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property FdPosition: TSFVec3d read FFdPosition; |
![]() |
property FdSpeedFactor: TSFFloat read FFdSpeedFactor; |
![]() |
property SpeedFactor: Single read GetSpeedFactor write SetSpeedFactor; |
Description
Methods
![]() |
constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetNavType(const Value: array of string); overload; |
![]() |
procedure SetNavType(const Value: TCastleStringList); overload; |
![]() |
procedure SetGeoSystem(const Value: array of string); overload; |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); overload; |
Properties
![]() |
property EventSet_orientation: TSFRotationEvent read FEventSet_orientation; |
![]() |
property EventSet_position: TSFVec3dEvent read FEventSet_position; |
![]() |
property FdFieldOfView: TSFFloat read FFdFieldOfView; |
Internal wrapper for property FieldOfView. This wrapper API may change, we advise to access simpler FieldOfView instead. |
![]() |
property FieldOfView: Single read GetFieldOfView write SetFieldOfView; |
![]() |
property FdHeadlight: TSFBool read FFdHeadlight; |
Internal wrapper for property Headlight. This wrapper API may change, we advise to access simpler Headlight instead. |
![]() |
property Headlight: Boolean read GetHeadlight write SetHeadlight; |
![]() |
property FdNavType: TMFString read FFdNavType; |
Internal wrapper for property |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
Internal wrapper for property GeoOrigin. This wrapper API may change, we advise to access simpler GeoOrigin instead. |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
Internal wrapper for property |
![]() |
property FdPosition: TSFVec3d read FFdPosition; |
Internal wrapper for property Position. This wrapper API may change, we advise to access simpler Position instead. |
![]() |
property FdSpeedFactor: TSFFloat read FFdSpeedFactor; |
Internal wrapper for property SpeedFactor. This wrapper API may change, we advise to access simpler SpeedFactor instead. |
![]() |
property SpeedFactor: Single read GetSpeedFactor write SetSpeedFactor; |
Generated by PasDoc 0.16.0.