11 lines
416 B
Plaintext
11 lines
416 B
Plaintext
static ArcBodySlimWeightParam ArcBodySlimWeightParams[] = {
|
|
/*
|
|
head_weight, shoulder_weight, waist_weight, leglength_weight buttPlum bodyslim*/
|
|
//Capture
|
|
{100, 80, 80, 100, 100, 100},
|
|
//Preview
|
|
{100, 80, 80, 100, 100, 100},
|
|
//Record
|
|
{100, 80, 80, 100, 100, 100},
|
|
};
|