immersive-web / hit-test

https://immersive-web.github.io/hit-test/
Other
78 stars 31 forks source link

createAnchor function missing on XRHitTestResult #115

Closed felixtrz closed 1 year ago

felixtrz commented 1 year ago

I've noticed that this sample is calling createAnchor() on an XRHitTestResult: https://github.com/immersive-web/webxr-samples/blob/main/hit-test-anchors.html#LL186C26-L186C26

However, this function is missing in the API spec for XRHitTestResult: https://immersive-web.github.io/hit-test/#xr-hit-test-result-interface.

/agenda add createAnchor function to XRHitTestResult API spec

AdaRoseCannon commented 1 year ago

It's here: https://immersive-web.github.io/anchors/#anchor-creation

Do you still need this on the agenda for tomorrow?

Manishearth commented 1 year ago

Yeah, it's an addition from another spec, it should not be in this spec.

felixtrz commented 1 year ago

It's here: https://immersive-web.github.io/anchors/#anchor-creation

Do you still need this on the agenda for tomorrow?

I see! I think we don't need to have that on the agenda for tomorrow then!