provencher / MRTK-Quest

MRTK-Quest: Mixed Reality Toolkit (MRTK) extension bridge for Oculus Quest + Rift / S
Other
389 stars 67 forks source link

Teleport options #60

Closed provencher closed 4 years ago

provencher commented 4 years ago

@machenmusik contributions:

@provencher contributions:

provencher commented 4 years ago

Generally looks good (note the local avatar reference question), hopefully I will have a chance to try later today.

I thought you might want to have your custom version of the pointer react to the dual-axis input change and then add it as another pointer for articulated hand in the MRTK-Quest input config - and then it could be used with other MRTK targets as well - but that would make it harder to toggle between behaviors, so what's here makes sense to me.

Yeah I'd like to eventually make my custom pointer work as an official pointer. However, that'll take a fair bit of work of plugging in some base things like controller pose synchronization. I'll leave it as-is for now.

provencher commented 4 years ago

For the whacky behavior, I'll address that in another PR. Thanks for the review.