![]() |
KudanAR - Android
1.6.0
|
Public Member Functions | |
ARBlendShapeChannel (long nativeMem) | |
void | addShape (ARBlendShape shape) |
void | setInfluence (float influence) |
float | getInfluence () |
List< ARBlendShape > | getShapes () |
A class representing a blend shape channel. This holds a list of all ARBlendShape's in this channel and the influence this channel has over a ARMesh.
ARBlendShapeChannel.ARBlendShapeChannel | ( | long | nativeMem | ) |
Initialises ARBlendShapeChannel with a pointer to a native object holding the ARBlendShapeChannel.
nativeMem | Pointer to a wrapped native object holding the ARBlendShapeChannel. |
void ARBlendShapeChannel.addShape | ( | ARBlendShape | shape | ) |
Adds ARBlendShape to ARBlendShapeChannel list of ARBlendShape's.
shape | ARBlendShape being added. |
float ARBlendShapeChannel.getInfluence | ( | ) |
Returns the influence a ARBlendShapeChannel has over a ARMesh.
List<ARBlendShape> ARBlendShapeChannel.getShapes | ( | ) |
Returns a list of all the ARBlendShape's in the ARBlendShapeChannel.
void ARBlendShapeChannel.setInfluence | ( | float | influence | ) |
Sets the influence ARBlendshapeChannel has over a ARMesh.
influence | Influence ARBlendShapeChannel has over mesh. Values range 0..1. |