Class TPositionInterpolatorNode
Unit
Declaration
type TPositionInterpolatorNode = class(specialize TAbstractSingleInterpolatorNode<TVector3,TMFVec3f,TSFVec3fEvent>)
Description
Interpolate (animate) a 3D position, for example to animate TTransformNode.Translation.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TAbstractSingleInterpolatorNode
- TPositionInterpolatorNode
Overview
Methods
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector3); |
![]() |
procedure SetKeyValue(const Value: TVector3List); |
Description
Methods
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector3); |
![]() |
procedure SetKeyValue(const Value: TVector3List); |
Generated by PasDoc 0.16.0.
