Searched refs:restMatrix (Results 1 – 1 of 1) sorted by relevance
43 private Matrix4f restMatrix; field in BoneContext119 restMatrix = armatureMatrix.clone(); in computeRestMatrix()120 inverseTotalTransformation = restMatrix.invert(); in computeRestMatrix()122 restMatrix = inverseParentMatrix.mult(restMatrix); in computeRestMatrix()174 Matrix4f pose = this.restMatrix.clone(); in buildBone()