Open SwagAccount opened 3 months ago
As I move my head around the arm IK appears jittery as I move my head around. The arms skinned model renderer is attached to the head.
not jittery
https://github.com/user-attachments/assets/a603c8f6-ab51-4982-ab8e-455cc61143ef
It is hard to see outside of vr, but inside vr it is really noticable.
Also you can kind of see it when a small white box clips through the hand which should happen as its connected to the target point
https://github.com/SwagAccount/Sewer_Hell/blob/main/code/Player/HandsDealer.cs https://github.com/SwagAccount/Sewer_Hell/tree/main/Assets/models/player
Running in VR, calling SetIK in OnPreRender()
Pretty please?
bump
might just be frame pacing issues, I see this weird jitter on everything
Describe the bug
As I move my head around the arm IK appears jittery as I move my head around. The arms skinned model renderer is attached to the head.
To Reproduce
Expected behavior
not jittery
Media/Files
https://github.com/user-attachments/assets/a603c8f6-ab51-4982-ab8e-455cc61143ef
It is hard to see outside of vr, but inside vr it is really noticable.
Also you can kind of see it when a small white box clips through the hand which should happen as its connected to the target point
https://github.com/SwagAccount/Sewer_Hell/blob/main/code/Player/HandsDealer.cs https://github.com/SwagAccount/Sewer_Hell/tree/main/Assets/models/player
Additional context
Running in VR, calling SetIK in OnPreRender()