Creating an Oblique Camera

You could try using the setViewMat method on your camera’s Lens object. Lens — Panda3D Manual. This should allow you to use the matrix (Oblique projection - Wikipedia) Wikipeida lists. I’m not sure how it’ll impact lighting calculations though (they might be wrong).

1 Like