immersive-web / anchors

https://immersive-web.github.io/anchors/
Other
50 stars 20 forks source link

Top view map of SLAM #74

Closed Simon1059770342 closed 2 years ago

Simon1059770342 commented 2 years ago

When running SLAM in WebXR, is it possible to gain a a top view plane map of object in the environment from SLAM result? image image

AdaRoseCannon commented 2 years ago

Not without using hit-test to place an anchor at each corner of the room.

For security sake we don't expose full 3D information. This is unrelated to Anchors and more related to real world geometry.

WebXR Anchors are just for maintaining the locations of single points.

Simon1059770342 commented 2 years ago

THX!