Class TAbstractCameraNode_1
Unit
Declaration
type TAbstractCameraNode_1 = class(TAbstractViewpointNode)
Description
Common base class for all cameras in VRML 1.0.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractBindableNode
- TAbstractViewpointNode
- TAbstractCameraNode_1
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override; |
Properties
![]() |
property FdPosition: TSFVec3f read FFdPosition; |
![]() |
property Position: TVector3 read GetPosition write SetPosition; |
![]() |
property FdFocalDistance: TSFFloat read FFdFocalDistance; |
![]() |
property FocalDistance: Single read GetFocalDistance write SetFocalDistance; |
![]() |
property FdNearDistance: TSFFloat read FFdNearDistance; |
![]() |
property NearDistance: Single read GetNearDistance write SetNearDistance; |
![]() |
property FdFarDistance: TSFFloat read FFdFarDistance; |
![]() |
property FarDistance: Single read GetFarDistance write SetFarDistance; |
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 NearDistance: Single read GetNearDistance write SetNearDistance; |
Ignored. Unknown extension to VRML 1.0 spec, found on models in http://www-vrl.umich.edu/sel_prj/EECS498/ . |
![]() |
property FdFarDistance: TSFFloat read FFdFarDistance; |
Internal wrapper for property FarDistance. This wrapper API may change, we advise to access simpler FarDistance instead. |
![]() |
property FarDistance: Single read GetFarDistance write SetFarDistance; |
Ignored. Unknown extension to VRML 1.0 spec, found on models in http://www-vrl.umich.edu/sel_prj/EECS498/ . |
Generated by PasDoc 0.16.0.