Class TTransformFunctionality
Unit
Declaration
type TTransformFunctionality = class(TNodeFunctionality)
Description
Node functionality for all X3D transformation nodes. These nodes transform all their children (the ones enumerated by traversing, so all active children).
The transformation change may be signalled by TX3DField.Changes including chTransform flag. For some special nodes, like Billboard, the transformation changes are automatically managed.
Hierarchy
- TObject
- TNodeFunctionality
- TTransformFunctionality
Overview
Methods
![]() |
procedure ApplyTransform(var Transformation: TTransformation); virtual; |
Description
Methods
![]() |
procedure ApplyTransform(var Transformation: TTransformation); virtual; |
|
Change Transformation for children nodes. | |
Generated by PasDoc 0.16.0-snapshot.
