Class TGeoViewpointNode

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public procedure CreateNode; override;
Public destructor Destroy; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property EventSet_orientation: TSFRotationEvent read FEventSet_orientation;
Public property EventSet_position: TSFVec3dEvent read FEventSet_position;
Public property FdFieldOfView: TSFFloat read FFdFieldOfView;
Public property FdHeadlight: TSFBool read FFdHeadlight;
Public property FdNavType: TMFString read FFdNavType;
Public property FdGeoOrigin: TSFNode read FFdGeoOrigin;
Public property FdGeoSystem: TMFString read FFdGeoSystem;
Public property FdPosition: TSFVec3d read FFdPosition;
Public property FdSpeedFactor: TSFFloat read FFdSpeedFactor;
Public property FieldOfView: Single read GetFieldOfView write SetFieldOfView;
Public property Headlight: boolean read GetHeadlight write SetHeadlight;
Public property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin;
Public property SpeedFactor: Single read GetSpeedFactor write SetSpeedFactor;

Description

Methods

Public procedure CreateNode; override;
 
Public destructor Destroy; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property EventSet_orientation: TSFRotationEvent read FEventSet_orientation;
 
Public property EventSet_position: TSFVec3dEvent read FEventSet_position;
 
Public property FdFieldOfView: TSFFloat read FFdFieldOfView;
 
Public property FdHeadlight: TSFBool read FFdHeadlight;
 
Public property FdNavType: TMFString read FFdNavType;
 
Public property FdGeoOrigin: TSFNode read FFdGeoOrigin;
 
Public property FdGeoSystem: TMFString read FFdGeoSystem;
 
Public property FdPosition: TSFVec3d read FFdPosition;
 
Public property FdSpeedFactor: TSFFloat read FFdSpeedFactor;
 
Public property FieldOfView: Single read GetFieldOfView write SetFieldOfView;
 
Public property Headlight: boolean read GetHeadlight write SetHeadlight;
 
Public property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin;
 
Public property SpeedFactor: Single read GetSpeedFactor write SetSpeedFactor;
 

Generated by PasDoc 0.14.0.