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 flashing RiggedHandMesh #10754

Merged
merged 1 commit into from Aug 4, 2022

Conversation

jloehr
Copy link
Contributor

@jloehr jloehr commented Jul 18, 2022

Overview

There is a timing when the hand controller is already tracked and provides a position, though no joint data is available yet. I.e. when you move hands quickly into the HL2 tracking view. This results in the hand mesh being rendered already, while the joint data hasn't been set and the mesh is stuck at origin.

This change will now make sure the hand mesh is only rendered when there is actual joint data available.

Changes

There is a timing when the hand controller is already tracked and provides a position, though no joint data is available yet. I.e. when you move hands quickly into the HL2 tracking view. This results in the hand mesh being already rendered, while the joint data hasn't been set. 
This change will now make sure the hand mesh is only when there is actual joint data available.
@RogPodge
Copy link
Contributor

RogPodge commented Aug 4, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

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.

RiggedHandMesh spawned in scene when hand tracking is lost
2 participants