Class TLayer3DNode

Unit

Declaration

type TLayer3DNode = class(TGroupNode)

Description

No description available, ancestor TGroupNode description follows

Contains children nodes without introducing a new transformation. It is equivalent to a TTransformNode containing an identity transform.

Hierarchy

Overview

Methods

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

Properties

Public property EventAddChildrenLayer: TMFNodeEvent read FEventAddChildrenLayer;
Public property EventRemoveChildrenLayer: TMFNodeEvent read FEventRemoveChildrenLayer;
Public property FdChildrenLayer: TMFNode read FFdChildrenLayer;
Public property FdTranslation: TSFVec2f read FFdTranslation;
Public property FdDepth: TSFInt32 read FFdDepth;
Public property FdSize: TSFVec2f read FFdSize;
Public property FdBackground: TSFNode read FFdBackground;
Public property FdFog: TSFNode read FFdFog;
Public property FdNavigationInfo: TSFNode read FFdNavigationInfo;
Public property FdViewpoint: TSFNode read FFdViewpoint;

Description

Methods

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

Properties

Public property EventAddChildrenLayer: TMFNodeEvent read FEventAddChildrenLayer;
 
Public property EventRemoveChildrenLayer: TMFNodeEvent read FEventRemoveChildrenLayer;
 
Public property FdChildrenLayer: TMFNode read FFdChildrenLayer;
 
Public property FdTranslation: TSFVec2f read FFdTranslation;
 
Public property FdDepth: TSFInt32 read FFdDepth;
 
Public property FdSize: TSFVec2f read FFdSize;
 
Public property FdBackground: TSFNode read FFdBackground;
 
Public property FdFog: TSFNode read FFdFog;
 
Public property FdNavigationInfo: TSFNode read FFdNavigationInfo;
 
Public property FdViewpoint: TSFNode read FFdViewpoint;
 

Generated by PasDoc 0.15.0.