Class TPositionInterpolatorNode
Unit
X3DNodes
Declaration
type TPositionInterpolatorNode = class(specialize TAbstractCommonInterpolatorNode<TSFVec3f>)
Description
Interpolate (animate) a 3D position, for example to animate TTransformNode.Translation.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function Interpolate(const TimeKey: Single): TVector3; |
Return position at given time (key). Makes a warning and returns zero if FdKey is empty.
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetKeyValue(const Value: array of TVector3); overload; |
|
Properties
 |
property FdKeyValue: TMFVec3f read FFdKeyValue; |
Internal wrapper for property KeyValue . This wrapper API may change, we advise to access simpler KeyValue instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property EventValue_changed: TSFVec3fEvent read FEventValue_changed; |
|
Generated by PasDoc 0.16.0.