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.

Update an Imported Mesh with Live Data

Hey,

I'm scanning a room and export the surfaces.
Then, I want to import the surfaces again on another hololens (this works too),
and then give the spatial mapping observer the imported surfaces, to update the imported ones with live data...

The SpatialMappingManager has something like this, but it doesn't do anything.
SpatialMappingManager.Instance.SetSpatialMappingSource(source);
It changes the source, but the SpatialMappingObserver still generates new Surfaces and doesn't take my imported surfaces as reference.

Its the SurfaceObserver that gathers the surfaces, but sadly that file can't be edited.

Anyone has any ideas how that can be done?

Sign In or Register to comment.