Joint ===== Variables --------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - inverseBindMatrix - :doc:`/types/Math/index`::mat4 - The joint's inverse bind matrix. The inverse of the rest pose. * - localTransform - :doc:`/types/Math/index`::mat4 - The joint's local transform. * - children - `std::vector `_\ - The joint's children, indexed in the :doc:`/types/Skin/index`'s ``joints`` list.