We have had enough talk about the ideas and principles behind spatial mapping. It is time to put this to practice.
Spatial understanding in DirectX
Initial app
Let us start the way we always start. Start Visual Studio and create a new Universal / Holographic C# app with SharpDX as our library. You know the drill by now. Set the target as x86 if it is not already, and deploy this first version of the emulator or the device. This will be our starting point.
I have called my app SpatialDemo.
Spatial capabilities
Spatial surface detection is done by the depth sensor in cooperation...