❓ Is the documentation of up parameter for look_at_view_transform correct?
I was checking the documentation at
https://pytorch3d.readthedocs.io/en/latest/_modules/pytorch3d/renderer/cameras.html
And for look_at_view_transform , it says "up: the direction of the x axis in the world coordinate system."
Should it be y-axis instead of x-axis?