Class TOrthographicCameraNode_1

Unit

Declaration

type TOrthographicCameraNode_1 = class(TAbstractCameraNode_1)

Description

No description available, ancestor TAbstractCameraNode_1 description follows

Common base class for all cameras in VRML 1.0.

Hierarchy

Overview

Methods

Public class function ProjectionType: TProjectionType; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;

Properties

Public property FdHeight: TSFFloat read FFdHeight;
Public property Height: Single read GetHeight write SetHeight;

Description

Methods

Public class function ProjectionType: TProjectionType; override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;
 

Properties

Public property FdHeight: TSFFloat read FFdHeight;

Internal wrapper for property Height. This wrapper API may change, we advise to access simpler Height instead.

Public property Height: Single read GetHeight write SetHeight;
 

Generated by PasDoc 0.16.0.