Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Spatial Mapping finding Corner

edited May 2016 in Questions And Answers

I am having issues with finding a corner or finding where the floor meets a wall. Can anyone point me in good direction to get a good understanding on this?

Thanks

Calzaretta

Answers

  • Options

    Off the top of my head, you could gather all the planes found by spatial mapping, then check each corner of each bounding plane with a distance check. If the distance is below a specific threshold, you could consider it a corner. If you check out the code on Chapter 3 here https://developer.microsoft.com/en-us/windows/holographic/holograms_230 you can see how they check for a minimum number of floors and walls, you would need to do the same ,and then use the walls and floors found to do the distance checks.

Sign In or Register to comment.