![]() |
KudanAR - Android
1.6.0
|
Public Member Functions | |
ARAnimationChannel (ARNode node, long nativeMem) | |
boolean | updateTransform (int frame) |
A class representing a model's bone animation channel.
ARAnimationChannel.ARAnimationChannel | ( | ARNode | node, |
long | nativeMem | ||
) |
Initialises ARAnimationChannel with the node it's animating and its position in native memory.
node | Node the animation channel is animating. |
nativeMem | Pointer to native ARAnimationChannel object. |
boolean ARAnimationChannel.updateTransform | ( | int | frame | ) |
Updates the nodes transformation given the current animations frame.
frame | Current animation frame. |