Class TAbstractCameraNode_1
Unit
X3DNodes
Declaration
type TAbstractCameraNode_1 = class(TAbstractViewpointNode)
Description
Common base class for all cameras in VRML 1.0.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override; |
|
|
Properties
 |
property FdPosition: TSFVec3f read FFdPosition; |
|
Internal wrapper for property Position. This wrapper API may change, we advise to access simpler Position instead.
|
 |
property Position: TVector3 read GetPosition write SetPosition; |
|
|
 |
property FdFocalDistance: TSFFloat read FFdFocalDistance; |
|
Internal wrapper for property FocalDistance. This wrapper API may change, we advise to access simpler FocalDistance instead.
|
 |
property FocalDistance: Single read GetFocalDistance write SetFocalDistance; |
|
|
 |
property FdNearDistance: TSFFloat read FFdNearDistance; |
|
Internal wrapper for property NearDistance. This wrapper API may change, we advise to access simpler NearDistance instead.
|
 |
property FdFarDistance: TSFFloat read FFdFarDistance; |
|
Internal wrapper for property FarDistance. This wrapper API may change, we advise to access simpler FarDistance instead.
|
Generated by PasDoc 0.16.0.