In the WWDC video the code includes a reference to the visualizer object.
var previewVisualizer: Visualizer!
I'd like to create my own ViewController using RoomCaptureSession and incorporate the visualizer. This doesn't seem to be available in the RoomPlan framework, have I missed something or has this been removed from the public interface? Thanks