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

Object cannot be selected because the spatial is blocking it

edited December 2016 in Questions And Answers

I have set up quite a few holograms in which I spread them in several places. Some of them placed quite far from the user. I can see the holograms and get the sense that it is far away from us but it seems that my cursor won't select it because the wall in front of me is blocking it. How do I make the cursor able to pick the holograms instead of 'hugging' the wall instead?

Answers

  • Options

    In the GazeManager, there is a property for "Raycast Layer Mask". It lets you select/unselect which layers of objects in the scene will be hit by the cursor. Just deselect the "SpatialMapping" layer in that property and the cursor won't respond to the spatial mesh.

  • Options

    @DanAndersen where exactly is GazeManager? Do you mean the GazeGestureManager script?

Sign In or Register to comment.