Class TGeoViewpointNode
Unit
X3DNodes
Declaration
type TGeoViewpointNode = class(TAbstractX3DViewpointNode)
Description
no description available, TAbstractX3DViewpointNode description follows
Base type for viewpoints in X3D, which are locations from which the user may view the scene.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
destructor Destroy; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property EventSet_position: TSFVec3dEvent read FEventSet_position; |
|
|
 |
property FdFieldOfView: TSFFloat read FFdFieldOfView; |
|
|
 |
property FdHeadlight: TSFBool read FFdHeadlight; |
|
|
 |
property FdNavType: TMFString read FFdNavType; |
|
|
 |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
|
|
 |
property FdGeoSystem: TMFString read FFdGeoSystem; |
|
|
 |
property FdPosition: TSFVec3d read FFdPosition; |
|
|
 |
property FdSpeedFactor: TSFFloat read FFdSpeedFactor; |
|
|
 |
property FieldOfView: Single read GetFieldOfView write SetFieldOfView; |
|
|
 |
property Headlight: boolean read GetHeadlight write SetHeadlight; |
|
|
 |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
|
 |
property SpeedFactor: Single read GetSpeedFactor write SetSpeedFactor; |
|
|
Generated by PasDoc 0.14.0.
|