How to rotate the model at the identical step?
tub-sgg opened this issue · 2 comments
tub-sgg commented
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
GillesDebunne commented
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 ***@***.***> 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
<#50>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOPFGRAKOV77XFHCMRDDUDST7ZWBANCNFSM4UUEKZVA>
.
GillesDebunne commented
Closing this issue