KudanAR - Android  1.6.0
ARAnimationChannel Class Reference

Public Member Functions

 ARAnimationChannel (ARNode node, long nativeMem)
 
boolean updateTransform (int frame)
 

Detailed Description

A class representing a model's bone animation channel.

Constructor & Destructor Documentation

◆ ARAnimationChannel()

ARAnimationChannel.ARAnimationChannel ( ARNode  node,
long  nativeMem 
)

Initialises ARAnimationChannel with the node it's animating and its position in native memory.

Parameters
nodeNode the animation channel is animating.
nativeMemPointer to native ARAnimationChannel object.

Member Function Documentation

◆ updateTransform()

boolean ARAnimationChannel.updateTransform ( int  frame)

Updates the nodes transformation given the current animations frame.

Parameters
frameCurrent animation frame.
Returns
true if the animation has finished.

The documentation for this class was generated from the following file: