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 initialize object in room with specified positions?

Hello HoloMasters,

How can I achieve something like in this video:

https://youtube.com/watch?v=QrEIIqs2o2E

My Questions:

  1. How to generate a big plane wall like in the video? Does the wall actually hold the objects (couch, refrigerator, etc)?

  2. Which features of SpatialUnderstanding.cs should I use to find big wall and generate the plane base on it?

  3. Is there any easier way to specify object placement. For example, I want to place table right in space between wall and floor (90 degrees). I still confused which approach should I use because right now all 3 major features in SpatialUnderstanding.cs is really confusing. I have tried to use Object Placement features but can't find the place that I wanted.

Thanks in advance for those for can help me.

Sign In or Register to comment.