Qt3D camera control documentation
-
I've built a few of Qt5.5 Qt3D C++ examples and I'm trying to find documentation for camera control using mouse and keyboard. So far I found that the left mouse button is for camera panning and the right button is for object rotation. Is there any documentation on this subject? Which class is responsible for camera control?
-
Camera control is not fully implemented yet. There's just a little workaround for this problem for now.