ngl
ngl copied to clipboard
Using zoomView to zoom into a residue
Hello all, I'm trying to use stage.animationControls.zoomMove() to focus into a residue of interest.
I tried this syntax: zoomMove(45, 45, 2000, -20)
I tried the first 2 values with "Chain:Res", "Res:Chain", "Res" and nothing I try seems to focus anywhere. I also saw an example usage somewhere using zoomMove("200:A.C", "200:A.C", 2000, -20) and it works.
What is the correct way of making a button move and zoom into a residue?
Thanks in advance Pedro