|
Local Compute Avatar SDK
3.0.1
To generate Full Body avatars
|
#include <avatar_sdk_structures.hpp>
Public Member Functions | |
| AvatarSdkBlendshape (const AvatarSdkBlendshape &other) | |
Data Fields | |
| char | name [64] |
| Name of the blendshape. | |
| float * | deltas |
| Pointer to the blendshape's deltas values. Array size is 3 * verticesCount. | |
| int | verticesCount |
| Vertices count in mesh. | |
Blendshape data
Definition at line 367 of file avatar_sdk_structures.hpp.