Class TGeoViewpointNode
Unit
X3DNodes
Declaration
type TGeoViewpointNode = class(TAbstractX3DViewpointNode)
Description
no description available, TAbstractX3DViewpointNode description follows no description available, TAbstractViewpointNode description follows
Common ancestor for both VRML 1.0 camera nodes and VRML/X3D >= 2.0 viewpoint nodes.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: 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; |
|
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:18
|