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

Hand positions saved when recording a ghost on HoloLens #1632

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

robhillman97
Copy link
Collaborator

position of the tips of each fingers are now saved with the rest of ghost data

Comment on lines 160 to 164

Debug.Log("right index " + _lastFrame.rightIndexTip.position);
Debug.Log("right thumb " + _lastFrame.rightThumbTip.position);
Debug.Log("right Pinky " + _lastFrame.rightPinkyTip.position);

Copy link
Collaborator

Choose a reason for hiding this comment

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

pleace remove debug lines.
I don't think they're needed anymore.

@robhillman97 robhillman97 merged commit 6a0b0df into develop Oct 17, 2023
5 of 7 checks passed
@fwild fwild deleted the ghostFingers branch March 1, 2024 13:23
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.

3 participants