Class TSplineScalarInterpolatorNode
Unit
Declaration
type TSplineScalarInterpolatorNode = class(TAbstractInterpolatorNode)
Description
Non-linearly interpolate (animate) a single floating-point value. Not implemented yet.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TSplineScalarInterpolatorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of Single); |
![]() |
procedure SetKeyValue(const Value: TSingleList); |
![]() |
procedure SetKeyVelocity(const Value: array of Single); |
![]() |
procedure SetKeyVelocity(const Value: TSingleList); |
Properties
![]() |
property FdClosed: TSFBool read FFdClosed; |
![]() |
property FdKeyValue: TMFFloat read FFdKeyValue; |
![]() |
property FdKeyVelocity: TMFFloat read FFdKeyVelocity; |
![]() |
property FdNormalizeVelocity: TSFBool read FFdNormalizeVelocity; |
![]() |
property EventValue_changed: TSFFloatEvent read FEventValue_changed; |
![]() |
property Closed: Boolean read GetClosed write SetClosed; |
![]() |
property NormalizeVelocity: Boolean read GetNormalizeVelocity write SetNormalizeVelocity; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of Single); |
![]() |
procedure SetKeyValue(const Value: TSingleList); |
![]() |
procedure SetKeyVelocity(const Value: array of Single); |
![]() |
procedure SetKeyVelocity(const Value: TSingleList); |
Properties
![]() |
property FdClosed: TSFBool read FFdClosed; |
![]() |
property FdKeyValue: TMFFloat read FFdKeyValue; |
![]() |
property FdKeyVelocity: TMFFloat read FFdKeyVelocity; |
![]() |
property FdNormalizeVelocity: TSFBool read FFdNormalizeVelocity; |
![]() |
property EventValue_changed: TSFFloatEvent read FEventValue_changed; |
![]() |
property Closed: Boolean read GetClosed write SetClosed; |
![]() |
property NormalizeVelocity: Boolean read GetNormalizeVelocity write SetNormalizeVelocity; |
Generated by PasDoc 0.16.0.
