Function ambient_guest_bridge::core::rendering::components::joint_matrices
source · pub fn joint_matrices() -> Component<Vec<Mat4>>
Expand description
Joint Matrices: Contains the matrices for each joint of this skinned mesh.
This should be used in combination with joints
.
Attributes: Debuggable, Networked, Store