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

Editing Spatial Mapping on the Hololens

Hey there,

for my Bachelors I need to simplify the Spatial Mapping of a room/house/whatever is scanned. That's the first time I'm working with the HoloLens.
All the months I was just using the Unity-Player to check my Code and it worked well. I am catching the Spatial Mapping source in the Spatial Mapping Manager in the Method: "UpdateRendering" and call my Class.
After calculation in my class I give the source back to the Manager so it can be rendered. Works fine in Unity.
Does not work with the HoloLens. How can I show my edited Mesh in the HoloLens, while/after it was scanning?
I've got actually the feeling that my Code is not even called, because of... I have no clue.
So is there a way to tell the HoloLens/Spatial Mapping scanner that it should stop scanning and use my Code to change/edit the already scanned Spatial Mapping and render it? Is it even possible?

Would be great, if someone could help^^

Sign In or Register to comment.