フォーラム: 公開討議 (スレッド #34702)

Zoom out (2013-11-08 02:01 by franchesko01 #70729)

Hi,

Is it possible to zoom out a molecule by scriptting instead of using the mouse event?. I would like to change the zoom when I load a small molecule and I am only able by doing it with the mouse..

thanks in advance,

Fran.

RE: Zoom out (2013-11-08 02:22 by biochem_fan #70731)

Hi,

Zoom-out have to be done by adjustting

glmol01.rotationGroup.position.z

Smaller value means zooming-in and vice versa.

After changing the value,

glmol01.show()

to render the scene.
#70729 への返信

RE: Zoom out (2013-11-08 19:14 by franchesko01 #70738)

Worked, Thx!
#70729 への返信