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

Create planes for smaller objects.

swathiswathi
edited May 2017 in Questions And Answers

Hi , Am working on placing a model on the planes generated from Hololens surface mesh.To generate planes I am following the code from HoloToolkit here : https://github.com/Microsoft/HoloToolkit-Unity/tree/master/Assets/HoloToolkit/SpatialMapping/Scripts/SpatialProcessing

Issue is its not generating planes while scanning smaller things like desk,table which are of less height. Dimensions of a cabin for which I want the planes to be generated is 62X39X55 cms in height ,width & length.

I tried changing the minArea required to create planes variable in SurfaceMeshesToPlanes.cs but it dint work.

What should I do to make the plane finding algorithm of Holotoolkit to create planes for smaller objects ?

Answers

  • Options
    Did you check what planes you are creating ? In the surface meshes to planes script, you can choose between ceiling, walls, floors, tables and unknown planes. You might be destroying them as well. (Check the same script)

    Hey, I'm a Microsoft Student Partner and a Mixed Reality Project Manager at a game development studio. I'm here to inspire and get inspired. Cheers.

Sign In or Register to comment.