Class TSquadOrientationInterpolatorNode
Unit
Declaration
type TSquadOrientationInterpolatorNode = class(TAbstractInterpolatorNode)
Description
Non-linearly interpolate (animate) a rotation. Not implemented yet.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TSquadOrientationInterpolatorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector4); overload; |
![]() |
procedure SetKeyValue(const Value: TVector4List); overload; |
Properties
![]() |
property FdKeyValue: TMFRotation read FFdKeyValue; |
![]() |
property FdNormalizeVelocity: TSFBool read FFdNormalizeVelocity; |
![]() |
property NormalizeVelocity: Boolean read GetNormalizeVelocity write SetNormalizeVelocity; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector4); overload; |
![]() |
procedure SetKeyValue(const Value: TVector4List); overload; |
Properties
![]() |
property FdKeyValue: TMFRotation read FFdKeyValue; |
Internal wrapper for property |
![]() |
property FdNormalizeVelocity: TSFBool read FFdNormalizeVelocity; |
Internal wrapper for property NormalizeVelocity. This wrapper API may change, we advise to access simpler NormalizeVelocity instead. |
![]() |
property NormalizeVelocity: Boolean read GetNormalizeVelocity write SetNormalizeVelocity; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
Generated by PasDoc 0.16.0.