Class TCubicBezierPositionInterpolatorNode
Unit
Declaration
type TCubicBezierPositionInterpolatorNode = class(TAbstractCubicBezierInterpolatorNode)
Description
Interpolate (animate) a set of 3D positions, using cubic Bezier curve instead of linear interpolation. See https://castle-engine.io/x3d_implementation_interpolation_extensions.php .
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TAbstractCubicBezierInterpolatorNode
- TCubicBezierPositionInterpolatorNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector3); |
![]() |
procedure SetKeyValue(const Value: TVector3List); |
Properties
![]() |
property FdKeyValue: TMFVec3f read FFdKeyValue; |
![]() |
property EventValue_changed: TSFVec3fEvent read FEventValue_changed; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TVector3); |
![]() |
procedure SetKeyValue(const Value: TVector3List); |
Properties
![]() |
property FdKeyValue: TMFVec3f read FFdKeyValue; |
![]() |
property EventValue_changed: TSFVec3fEvent read FEventValue_changed; |
Generated by PasDoc 0.16.0.
