You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
According to the release notes UrhoSharp 1.8 has inverse kinematics. However, there appears to be no components which support IK - Urho3d has, for example: root_bone->CreateComponent<IKSolver>();
The only reference I can find in Urhosharp is the IKEffectorTargetChangedEventArgs struct. I may have made a mistake here, and it is just that the functionality is somewhere else - if so, a good job was done at hiding it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to the release notes UrhoSharp 1.8 has inverse kinematics. However, there appears to be no components which support IK - Urho3d has, for example:
root_bone->CreateComponent<IKSolver>();
The only reference I can find in Urhosharp is the IKEffectorTargetChangedEventArgs struct. I may have made a mistake here, and it is just that the functionality is somewhere else - if so, a good job was done at hiding it.
The text was updated successfully, but these errors were encountered: