KudanAR - Android  1.6.0
ARBlendAnimationChannel Class Reference

Public Member Functions

 ARBlendAnimationChannel (ARBlendShapeChannel channel, long nativeMem)
 
void update (int frameNo)
 

Detailed Description

A class used to represent a blend animation channel. This channel holds a list of blend shapes and their influence over a model.

Constructor & Destructor Documentation

◆ ARBlendAnimationChannel()

ARBlendAnimationChannel.ARBlendAnimationChannel ( ARBlendShapeChannel  channel,
long  nativeMem 
)

Initialises the ARBlendAnimation channel with an ARBlendShapeChannel and a pointer to the object in native memory.

Parameters
channelARBlendAnimationChannel's ARBlendShapeChannel
nativeMemARBlendAnimationChannel's Pointer to the wrapped native object containing the ARBlendAnimationChannel.

Member Function Documentation

◆ update()

void ARBlendAnimationChannel.update ( int  frameNo)

Updates the blend shape channel's influence for the current animation frame.

Parameters
frameNoCurrent animation frame.

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