Two display regions - distortion

Hi

At the example https://www.panda3d.org/manual/index.php/File:DisplayRegion_1.jpg, I get one display region distorted. No matter what I do (play with aspect ratio, fov, etc), one of them keep to be distorted.
I suppose it worked for old panda3d versions, but something is broken for last versions.

Can someone help me to get the above example to work on last panda versions (1.9.3 in my case)?

With best regards
Yosi Yarchi

Hi

I found solution: to disable default display region and it’s camera, and instead to create two display regions with two cameras.
code snippet is here [url]Two display regions, without distortion]