Class TAbstractX3DGroupingNode
Unit
X3DNodes
Declaration
type TAbstractX3DGroupingNode = class(TAbstractGroupingNode, IAbstractBoundedObject)
Description
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; |
|
Properties
 |
property EventAddChildren: TX3DEvent read FEventAddChildren; |
|
 |
property EventRemoveChildren: TX3DEvent read FEventRemoveChildren; |
|
 |
property FdChildren: TMFNode read FFdChildren; |
|
 |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
|
 |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:54
|