libQGLViewer icon indicating copy to clipboard operation
libQGLViewer copied to clipboard

How to rotate the model at the identical step?

Open tub-sgg opened this issue 4 years ago • 1 comments

I want to create two windows, in one window it will show half part of the model while another display the whole model.Now, I want to rotate the model in one window and the other will move at the same step and same observing view? Any hints? Thanks a lot

tub-sgg avatar Dec 09 '20 22:12 tub-sgg

You need to synchronize the camera positions / orientations in the two viewers.

Using listeners, detect when a camera is changed and duplicate the values in the other viewer.

On Wed, Dec 9, 2020 at 11:19 PM tub-sgg [email protected] wrote:

I want to create two windows, in one window it will show half part of the model while another display the whole model.Now, I want to rotate the model in one window and the other will move at the same step and same observing view? Any hints? Thanks a lot

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GillesDebunne/libQGLViewer/issues/50, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOPFGRAKOV77XFHCMRDDUDST7ZWBANCNFSM4UUEKZVA .

GillesDebunne avatar Dec 10 '20 12:12 GillesDebunne

Closing this issue

GillesDebunne avatar Nov 07 '22 21:11 GillesDebunne