This manual page talks about “trans_model_to_view” matrix in python:
panda3d.org/manual/index.php … ate_Spaces
But its not part of Gsg! Is there another way to get “trans_model_to_view” out of panda3d on the python side?
This manual page talks about “trans_model_to_view” matrix in python:
panda3d.org/manual/index.php … ate_Spaces
But its not part of Gsg! Is there another way to get “trans_model_to_view” out of panda3d on the python side?
I figured it it its: render.getMat(base.cam)
Gives you the same matrix.