You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var stage1 = new NGL.Stage( "viewport1", {backgroundColor: "white"});
var stage2 = new NGL.Stage( "viewport2", {backgroundColor: "white"});
I want the mouse operations of the two stages to be synchronized, that is, when rotating or moving the molecule of one stage, the other stage performs the same action. At present, I have implemented the scrolled action.
I created two NGL stage objects :
I want the mouse operations of the two stages to be synchronized, that is, when rotating or moving the molecule of one stage, the other stage performs the same action. At present, I have implemented the scrolled action.
But other mouse actions are invalid. i.e. dragged.
How can I solve this problem? Thank you very much.
The text was updated successfully, but these errors were encountered: