In my game scene, I have a group of robots that are currently active. What I'm trying to achieve is switching the camera perspective to one of the robots' first person view and displaying it in a small window on the side above the current scene. I've attempted to use multiple renderers for this task, but unfortunately, I haven't had much success with it yet. I've scoured various resources looking for a solution, but no luck so far.
On a related note, I seem to be facing an issue where the renderer.setViewPort(0,0,15,20)
method doesn't appear to be functioning as expected.