stewdio / THREE.VRController

Support hand controllers for Oculus, Vive, Windows Mixed Reality, Daydream, GearVR, and more by adding VRController to your existing Three.js-based WebVR project.
https://stewdio.github.io/THREE.VRController/
MIT License
229 stars 32 forks source link

Update demo for Three.js r95 #20

Closed paulmasson closed 5 years ago

paulmasson commented 6 years ago

Since there have been a great many changes to how Three.js handles WebVR since r87, I thought it would be simpler to jump over past issues, like #10, and go directly to the newest version. This PR updates the demo to use current methods. Live link here for testing:

https://rawgit.com/paulmasson/THREE.VRController/patch-3/

I can verify that it functions as expected for Oculus Go, but only with the standing matrix not set. I do not have other equipment for testing, so someone else needs to do that. I would assume past issues have been addressed for 6DOF equipment.

paulmasson commented 6 years ago

@stewdio have you had a chance to try this update?

paulmasson commented 6 years ago

A reply would be nice if you expect people to contribute to your repository.

bhautikj commented 5 years ago

@paulmasson is your demo still live? I might be able to have a go at testing this with some 6DOF gear + faff about with the standing matrix a little.

In any case I see your diff - going to give it a go.