I have a 3d world with SceneKit, works great, can pan, zoom in/out but I want to create a mini-view of the 3d world on top of the larger 3d world. So if the user zooms in to a very fine resolution they still know where they are in space.
Most examples seem to overlay a different VC like SpriteKit on top of a SceneKit VC with something like overlaySKScene
. The mini-version doesn't zoom in/out but will pan, change lighting etc but it will not accept gestures. This is more like recursion of how to put an mini-version of self on top of self.