Defines a bulge binding that appears in the bulge_weights collection of a weighted joint.
Name | Description | Default | Required |
---|---|---|---|
bulges | An array of four channel_float objects representing the “positive-left”, “positive-right”, “negative-left”, and “negative-right” channel values. | None | yes |
left_map | A float_indexed_array representing the left vertex map. | None | yes |
right_map | A float_indexed_array representing the right vertex map. | None | yes |
{
“bulges” : [
{
/* See channel_float */
},
…
],
“left_map” : float_indexed_array,
“right_map” : float_indexed_array
}