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

spatialPerception in managed c++

Hi,

Is it possible to access spatialPerception data from within C++ Desktop Application? If yes, is it even possible to get spatial mapping data and alter it? I just wonder if an application can access spatial mapping mesh and change it in some way.

Here is a link about how I can activate and use windows runtime component:
https://msdn.microsoft.com/en-us/library/hh973459.aspx

I do the same thing for SpatialSurfaceObserver class, but I get some errors:
use of undefined type 'ABI::Windows::Perception::Spatial::Surfaces::SpatialSurfaceObserver'

The reason I need these things is because I am writing a game for hololens with unreal engine. it's managed c++ code which in the end unreal engine packages into uwp platform.

Thanks in advance.

Sign In or Register to comment.