menu
flame_3d_extras package
documentation
parser/gltf/primitive.dart
JointData
weight method
weight method
dark_mode
light_mode
weight
method
Vector4
weight
(
int
index
)
Implementation
Vector4 weight(int index) { return weights.elementAtOrNull(index) ?? Vector4.zero(); }
flame_3d_extras package
documentation
parser/gltf/primitive
JointData
weight method
JointData class