Local Compute Avatar SDK
3.0.1
To generate Full Body avatars
|
#include <avatar_sdk_structures.hpp>
Data Fields | |
AvatarGender | gender |
Expected model's gender. Available values are FEMALE, MALE, and NON_BINARY. If not defined, gender is autodetected. | |
float | height |
Expected model's height in centimeters, greater than zero. If value is negative, height is predicted. | |
float | weight |
Expected model's weight in kilograms, greater than zero. If value is negative, weight is predicted. | |
float | chest |
Expected model's chest girth in centimeters, greater than zero. If value is negative, chest girth is predicted. | |
float | waist |
Expected model's waist girth in centimeters, greater than zero. If value is negative, waist girth is predicted. | |
float | hips |
Expected model's hips girth in centimeters, greater than zero. If value is negative, hips girth is predicted. | |
Parameters for managing body shape parameters.
Definition at line 188 of file avatar_sdk_structures.hpp.