Searched refs:worldBindInverseRot (Results 1 – 1 of 1) sorted by relevance
74 private Quaternion worldBindInverseRot; field in Bone107 worldBindInverseRot = new Quaternion(); in Bone()135 worldBindInverseRot = source.worldBindInverseRot; in Bone()248 return worldBindInverseRot; in getWorldBindInverseRotation()374 worldBindInverseRot = new Quaternion(); in setBindingPose()382 worldBindInverseRot.set(worldRot); in setBindingPose()383 worldBindInverseRot.inverseLocal(); in setBindingPose()423 Quaternion rotate = worldRot.mult(worldBindInverseRot, tmp1); in getOffsetTransform()