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

App Layout using HoloToolKit

Hey,

it's more a layout question than a real problem.

I'm using the SpatialMappingObserver. But I would like to change the observed Volume to an oriented Box. The base class "SurfaceObserver" (it's actually a Unity class) allows for this with the "SetVolumeAsOrientedBox" but the SpatialMappingObserver does not pass through this function.

Should I edit the SpatialMappingObserver and therefore have to change it every time I update my HoloToolKit or should I create a new class to perform this task? Or is it possible to edit the HTK itsself to provide this function?

Best Answers

Answers

Sign In or Register to comment.