Class TLayer3DNode
Unit
X3DNodes
Declaration
type TLayer3DNode = class(TGroupNode)
Description
no description available, TGroupNode description follows no description available, TAbstractX3DGroupingNode description follows no description available, TAbstractGroupingNode description follows
This is a VRML/X3D >= 2.0 grouping node. This will push/pop full TX3DGraphTraverseState in Before/AfterTraverse. It also propagates DirectionalLights in any child to all children in VRML2ActiceLights.
To keep X3D hierarchy, this descends from X3DChildNode. This way TAbstractX3DGroupingNode and TStaticGroupNode inherit also from X3DChildNode.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property EventAddChildrenLayer: TMFNodeEvent read FEventAddChildrenLayer; |
|
 |
property EventRemoveChildrenLayer: TMFNodeEvent read FEventRemoveChildrenLayer; |
|
 |
property FdChildrenLayer: TMFNode read FFdChildrenLayer; |
|
 |
property FdTranslation: TSFVec2f read FFdTranslation; |
|
 |
property FdDepth: TSFInt32 read FFdDepth; |
|
 |
property FdBackground: TSFNode read FFdBackground; |
|
 |
property FdFog: TSFNode read FFdFog; |
|
 |
property FdNavigationInfo: TSFNode read FFdNavigationInfo; |
|
 |
property FdViewpoint: TSFNode read FFdViewpoint; |
|
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:19
|