immersive-web / webxr-samples

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

Added anchors sample #114

Closed fordacious closed 3 years ago

fordacious commented 3 years ago

Added a simple anchors sample to demonstrate and validate API usage. Based off work by @bialpio

bialpio commented 3 years ago

Looks good! Do we also want to include anchor creation off of hit test results, or do you think that'd fit better in the hit test sample?

lehoangphu commented 3 years ago

@bialpio There is a separate sample on hittest that combine hittest and anchor. I will have the PR out soon.

fordacious commented 3 years ago

@toji

toji commented 3 years ago

Thanks! And thank you @bialpio for the review!