immersive-web / webxr-samples

Samples to demonstrate use of the WebXR Device API
https://immersive-web.github.io/webxr-samples/
MIT License
995 stars 479 forks source link

added hands test file #77

Closed cabanier closed 3 years ago

cabanier commented 4 years ago

This example shows basic use of the WebXR hands API. If the device supports the feature, it will render your hands as a set of cubes.

cabanier commented 4 years ago

FYI Oculus browser 10.2 supports this feature. chrome://flags -> WebXR experiences with joint tracking -> set to 'Enabled' -> restart

cabanier commented 3 years ago

@toji Can this be merged?

cabanier commented 3 years ago

Apologies for not noticing this earlier. The sample looks good, but given that the API is still technically a WIP could we list this sample on the "Proposals" tab instead of the main sample list? At least until the API is more formally shipping.

No problem!

toji commented 3 years ago

You'll need to move the test html file to the proposals folder as well, and make sure that any resources that it links to are updated to the right relative paths.

cabanier commented 3 years ago

There is no conflict :-)