Searched refs:startRotation (Results 1 – 3 of 3) sorted by relevance
22 private Quaternion startRotation; field in CalculationBone31 this.startRotation = bone.getModelSpaceRotation().clone(); in CalculationBone()41 Arrays.fill(this.rotations, 0, boneFramesCount, this.startRotation); in CalculationBone()86 this.setLocalRotation(startRotation); in reset()
30 private Quaternion startRotation = new Quaternion(); field in RotationTrack81 startRotation.set(spatial.getWorldRotation()); in onPlay()95 q.set(startRotation).slerp(endRotation, value); in onUpdate()
81 Quaternion startRotation = ownerRotation.clone(); in rotLike() local84 offset = startRotation; in rotLike()