microsoft / MixedRealityCompanionKit

This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
MIT License
591 stars 286 forks source link

Remove the SpatialPerceptionHelper from the Compositor solution #331

Closed matthejo closed 5 years ago

matthejo commented 5 years ago

The code inside SpatialPerceptionHelper can all be done from C#, so there's not a point in maintaining this C++ library and the plugin interface for it. The current version of the new SpectatorView compositor has this code rewritten in C# inside it already in the MRTK-Unity feature/spectatorView branch.

chrisfromwork commented 5 years ago

It looks like there are some other small cleanups in there unrelated to the described change, but it looks good to me.