carla
carla copied to clipboard
LookAt Transformation form Camera Sensors
I didn't find a working solution for a classical camera method, known as "look-at":
https://registry.khronos.org/OpenGL-Refpages/gl2.1/xhtml/gluLookAt.xml
The above function takes the camera position, the point the camera is looking at, and the up vector.
Do we have a practical implementation of that?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What do you want to have exactly? Possibility of getting look at sensor in Python?