IK: Difference between revisions

From Resonite Wiki
Create IK page
 
Added links.
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[https://en.m.wikipedia.org/wiki/Inverse_kinematics Inverse Kinematic] , in the case of 3d animation, is a technology that permit the engine to estimate roughly the positions of the different part of a body between joint, where only the joint are controlled.
[https://en.m.wikipedia.org/wiki/Inverse_kinematics Inverse Kinematic] , in the case of 3d animation, is a technology that permit the engine to estimate roughly the positions of the different part of a body between joint, where only the joint are controlled.


In resonite its what make you arm move in vr, it use your head and hand positional data to estimate the rest of the arm position (like elbow).
In [[Resonite]] its what make you arm move in vr, it use your head and hand positional data to estimate the rest of the arm position (like elbow).
 
This is used no matter if you are in [[Desktop Mode]], regular VR, or using [[Full Body Tracking]], as '''IK''' is used everywhere for your movements.


=== Technology ===
=== Technology ===
Line 8: Line 10:
==== Future ====
==== Future ====
This is to be [https://github.com/Yellow-Dog-Man/Resonite-Issues/discussions/616 changed], it was scheduled to be the next big rework in resonite for 2024. But following the [[May 2024 survey/en|May 2024 survey]] which was asking if next priority would be IK or performance, performance won, that mean we don't know when will IK rework be put on the table again.
This is to be [https://github.com/Yellow-Dog-Man/Resonite-Issues/discussions/616 changed], it was scheduled to be the next big rework in resonite for 2024. But following the [[May 2024 survey/en|May 2024 survey]] which was asking if next priority would be IK or performance, performance won, that mean we don't know when will IK rework be put on the table again.
{{stub}}

Latest revision as of 07:34, 27 August 2024

Inverse Kinematic , in the case of 3d animation, is a technology that permit the engine to estimate roughly the positions of the different part of a body between joint, where only the joint are controlled.

In Resonite its what make you arm move in vr, it use your head and hand positional data to estimate the rest of the arm position (like elbow).

This is used no matter if you are in Desktop Mode, regular VR, or using Full Body Tracking, as IK is used everywhere for your movements.

Technology

Currently resonite use a port of FinalIK heavely patched for the FrooxEngine.

Future

This is to be changed, it was scheduled to be the next big rework in resonite for 2024. But following the May 2024 survey which was asking if next priority would be IK or performance, performance won, that mean we don't know when will IK rework be put on the table again.


This article or section is a Stub. You can help the Resonite Wiki by expanding it.