Closed MalekiRe closed 5 months ago
LocalRotation exists in the original SpringBone implementation. However, it seems that it should be the initial local rotation instead of the current local rotation.
I think we should use initialLocalRotation
, which is already defined, instead of localRotation
.
Also, would you also fix the README.ja.md
?
@MalekiRe Ping, do you have time to do this?
Closing the PR due to long inactivity. I will make the change instead. Thank you for the proposal!
Pseudocode had an error of
localRotation
being used in stiffness calculation.