So i was wondering if there was a way to change the camera so that it is mirrored. I want this so that when i set the upVector to (0,-1,0) i can mirror the camera.
If you check the first playground every thing is normal. Right side up and not mirrored.
In the second one the camera is flipped upside down. This also (kind of) mirrors the stage. I understand this is how it is supposed to work. However i am wondering if there is a way i could mirror it to somewhat counteract what upVector did, without making everything right side up.
So, while i was away yesterday my coworker implemented this. However not exactly how you had shown. Here is a playground that shows what he did: https://www.babylonjs-playground.com/#4LKEVT#5