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

fix(hand tracking): fix event order when using hands and hide hands i… #283

Merged

Conversation

Ledzz
Copy link
Contributor

@Ledzz Ledzz commented Jul 5, 2023

Fixes #273

Me a @saitonakamura checked how the events were sent and found some issues with code not cleaning up, not disposing used resources and not hiding hands when they are not tracking. We decided to add OculusHandModel and XRHandMeshModel to this library so the fix is ready for usage as soon as possible.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 5, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 111686c:

Sandbox Source
examples Configuration
react-xr hands demo Issue #273

@Ledzz Ledzz marked this pull request as ready for review July 6, 2023 07:02
@Ledzz Ledzz requested a review from saitonakamura July 6, 2023 07:03
Copy link
Collaborator

@saitonakamura saitonakamura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome work!

@saitonakamura
Copy link
Collaborator

@Ledzz let's test examples on codesandbox and report here

@Ledzz
Copy link
Contributor Author

Ledzz commented Jul 6, 2023

@saitonakamura they all seem to work fine, except player demo, it can't load hdr map, so I guess its unrelated to this code

@saitonakamura saitonakamura merged commit 567ac1c into pmndrs:master Jul 6, 2023
@saitonakamura saitonakamura deleted the fix/hand-tracking-visibility branch July 6, 2023 10:55
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

Successfully merging this pull request may close these issues.

Hand tracking resets hand position if tracking lost causing weird visual effects
2 participants