daz_weighted_joint
Ploy3D / daz_weighted_joint
Interface: daz_weighted_joint
DAZ定义蒙皮绑定中的一个关节。目前,假定每个节点的绑定矩阵是单位矩阵(node_weights、scale_weights、local_weights必有一个)。
Table of contents
Properties
Properties
bulge_weights
• Optional
bulge_weights: Object
该关节影响的顶点索引和凸起权重。
Type declaration
Name | Type |
---|---|
x? | daz_bulge_binding |
y? | daz_bulge_binding |
z? | daz_bulge_binding |
id
• id: string
当前文件范围内唯一ID。
local_weights
• Optional
local_weights: Object
该关节影响的顶点索引和局部权重。
Type declaration
Name | Type |
---|---|
x? | daz_float_indexed_array |
y? | daz_float_indexed_array |
z? | daz_float_indexed_array |
node
• node: string
关节节点的URI。
node_weights
• Optional
node_weights: daz_float_indexed_array
该关节影响的顶点索引和权重。
scale_weights
• Optional
scale_weights: daz_float_indexed_array
该关节影响的顶点索引和缩放权重。