PureBasic - NodeAnimation
Einleitung
Node Animation ermöglicht die Definition einer Spur (oder auch Strecke bzw. Weg - englisch "track"), welcher ein Knoten (englisch "node") folgt - mit vordefiniertem Key-Frame und glatter Interpolation. Dann kann ein Objekt wie eine Kamera an diesem Knoten angebracht (englisch "attached") werden, und leicht auf dieser Strecke bewegt werden.
InitEngine3D() sollte erfolgreich aufgerufen worden sein, bevor die Funktionen der Bibliothek "Node Animation" verwendet werden.
Befehlsübersicht
AddNodeAnimationTime
CreateNodeAnimation
CreateNodeAnimationKeyFrame
FreeNodeAnimation
GetNodeAnimationKeyFrameTime
GetNodeAnimationLength
GetNodeAnimationTime
GetNodeAnimationWeight
NodeAnimationKeyFramePitch
NodeAnimationKeyFramePosition
NodeAnimationKeyFrameRoll
NodeAnimationKeyFrameRotation
NodeAnimationKeyFrameScale
NodeAnimationKeyFrameX
NodeAnimationKeyFrameY
NodeAnimationKeyFrameYaw
NodeAnimationKeyFrameZ
NodeAnimationStatus
SetNodeAnimationLength
SetNodeAnimationTime
SetNodeAnimationWeight
StartNodeAnimation
StopNodeAnimation
Beispiel
NodeAnimation.pb
NodeAnimation2.pb
Unterstützte OS
Alle