July 2017
Beginner to intermediate
390 pages
10h 53m
English
We have finished the work on our classes. Now we need to call them and make sure it all works as we intended.
To do this, we make some minor changes to the main class, which in my case is called SpatialDemoMain.
Similar to what we did before, we need to instantiate the renderers. These are the steps we need to take:
private SpatialSurfaceRenderer _spatialSurfaceRenderer;
// This line is the original, the second is new referenceFrame = locator.CreateStationaryFrameOfReferenceAtCurrentLocation(); _spatialSurfaceRenderer ...
Read now
Unlock full access