Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make eyes not go to bottom right corner when losing tracking #19

Closed
InsaneGrox opened this issue Apr 21, 2021 · 3 comments
Closed

Make eyes not go to bottom right corner when losing tracking #19

InsaneGrox opened this issue Apr 21, 2021 · 3 comments

Comments

@InsaneGrox
Copy link

Currently when closing your eyes or the eyes lose tracking they revert to the bottom right corner... this would be fine if it wasn't for VRchat's network interpolation smoothing the eye tracking out to the point of causing it to be very noticable... I have two ideas for fixing this
1: make the blend tree parameters revert to 0.5 0.5 instead of 0 0... (this would somewhat fix it but still be a bit jank)
2: make the eyes retain their last look direction when losing tracking (this would probably look the best)

@benaclejames
Copy link
Owner

Hmm, solid idea! I could perhaps just not update the "look" params if the corresponding eyelid is closed beyond around 0.05

@benaclejames
Copy link
Owner

Nevermind! Turns out SRanipal has their own data valitity checker for the returned tracker info! I can just check if the gaze direction is valid and, if not, just not update the param

@benaclejames
Copy link
Owner

Fixed in pre-release. Will be included in next full release.
https://github.com/benaclejames/VRCEyeTracking/releases/tag/v2.0.0a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants