QAbstractCameraController: How to implement?
Unsolved
General and Desktop
-
https://doc.qt.io/qt-6/qt3dextras-qabstractcameracontroller.html#details
The documentation above suggests to only implement the frameActionTriggered() method to move the camera. This is mentioned in the details since qt5.10. I looked at the archives.
There is no more information from the documentation to go further. So, naturally I look up example on github.
QOrbitCameraController provided from QT instead implements move camera.
Another example I looked at on github, although 4 years old, implements move camera with same signature in QOrbitCameraController.
I am not sure how to go forward.