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

How to generate a mini map from spatial mapping without using Device Portal

edited September 2017 in Questions And Answers

Hey guys,
Do you know any existed GitHub codes or sites that allow you generating a mini map from spatial mapping without using Device Portal because I have seen apps like SpaceCatcher http://spacecatcher.madeinholo.com/ surely there's a way to develop the mini map after spatial scanning is complete without doing the long term of going to device portal method?

Any suggestion?

Thank you
Chris Szkoda

Answers

  • Options
    trzytrzy ✭✭✭

    This is trivial. The spatial meshes are Unity game objects. Just grab them once the scan is complete and either scale them down to a smaller size, positioned in front of you, are clone them. Bada bing bada boom. You could probably do this in one page of code :)

Sign In or Register to comment.