Hello!
Does someone know a fast way to add the ability to rotate and move a 3D model using Qt?
Obviously, I have to make changes to the world matrix based on the mouse and keyboard movements, and hence I should somehow handle the appropriate mouseEvents
and keyboardEvens
.
For a 3d camera this seems a bit tricky and although I could implement it myself, I'd better stick to something ready.
Does anyone know or have an example which handles this kind of actions and reflects them to the world matrix?
Thank you.