![]() |
KudanAR - Android
1.6.0
|
Public Member Functions | |
ARBlendAnimationChannel (ARBlendShapeChannel channel, long nativeMem) | |
void | update (int frameNo) |
A class used to represent a blend animation channel. This channel holds a list of blend shapes and their influence over a model.
ARBlendAnimationChannel.ARBlendAnimationChannel | ( | ARBlendShapeChannel | channel, |
long | nativeMem | ||
) |
Initialises the ARBlendAnimation channel with an ARBlendShapeChannel and a pointer to the object in native memory.
channel | ARBlendAnimationChannel's ARBlendShapeChannel |
nativeMem | ARBlendAnimationChannel's Pointer to the wrapped native object containing the ARBlendAnimationChannel. |
void ARBlendAnimationChannel.update | ( | int | frameNo | ) |
Updates the blend shape channel's influence for the current animation frame.
frameNo | Current animation frame. |