IRL2 / SubtleGame

A psychophysics game for interactive molecular dynamics
Other
1 stars 0 forks source link

Hand position is not sent to the shared state #150

Closed jbarnoud closed 4 months ago

jbarnoud commented 6 months ago

The VR client correctly sends the position of the controllers. However, it does not send the position of the hands, sending the last position of the controllers instead.

Note that the protocol does not know about hand tracking. Sending the hand position can be done in two ways:

I have no preference.

rhoslynroebuck commented 6 months ago

@jbarnoud Could we do a combination of the both for the moment?

jbarnoud commented 6 months ago

In theory it would work, indeed.

rhoslynroebuck commented 6 months ago

Great, I will work on that.

Ragzouken commented 5 months ago

This pull request sends the root hand position in place of the controller position, which is a start: https://github.com/IRL2/SubtleGame/pull/192