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 hide the holograms both in HOLOLENS and in Mixed Reality Capture

edited September 2017 in Questions And Answers

Hi,
i want to hide some holograms and they also can block other holograms in HOLOLENS.
so i set black color for holograms , and they can be hide in the scene of HOLOLENS and also can bolck other holograms. But,when i use Mixed Reality Capture to see the holograms ,they show the black color and not be hide in the scene. How to hide the balck holograms in Mixed Reality Capture?
i try to set the rendering mode to Cutout and set the color.a=0f for them ,so they can be hide both in HOLOLENS and Mixed Reality Capture but they can not block other holograms in HOLOLENS. how can i do?

Tagged:

Best Answer

Answers

  • Options

    Hey, @shenwooash.

    Usually selective hiding is the bigger task. To hide a hologram both in Mixed Reality Capture and for the user simply disable the hologram (disable all its renderer components) or delete it (destroy the game object).

    Hope this helps.

    Building the future of holographic navigation. We're hiring.

  • Options

    @james_ashley,
    Thank you for your answer. I tried to using the HoloToolkit/WindowOcclusion shader,and it exactly matched what i need. Thank you very mach.

  • Options

    @stepan_stulov ,
    thank you for your answer.if i delete it ,it can not bolck other holograms. and i tried to using the HoloToolkit/WindowOcclusion shader,it can exactly matched what i need.

Sign In or Register to comment.