Skip to content

Implement Skeletal Summary#69

Open
RinLovesYou wants to merge 3 commits intoSupreeeme:mainfrom
RinLovesYou:skeletal_summary
Open

Implement Skeletal Summary#69
RinLovesYou wants to merge 3 commits intoSupreeeme:mainfrom
RinLovesYou:skeletal_summary

Conversation

@RinLovesYou
Copy link
Contributor

ports over the skeletal summary from OpenComposite to make gestures work in VRChat on index controllers. I'd like to do this better in the future (and implement splay), but this at least gets things working.

@Supreeeme
Copy link
Owner

Instead of having separate paths for estimated and real skeletal summaries, I think we can just

  1. cache the skeleton pose each frame
  2. use the same path for estimated and real skeletons

@RinLovesYou
Copy link
Contributor Author

  1. cache the skeleton pose each frame
  2. use the same path for estimated and real skeletons

As in, cache the openvr skeleton each frame and do a unified summary calculation from that?

@Supreeeme
Copy link
Owner

Yes, but don't automatically get the skeletal state each frame. Just when necessary, and don't try to calculate it more than once a frame.

@palodequeso

This comment was marked as off-topic.

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