Mailinglist: | proj-imim |
Sender: | Gummy Bear |
Date/Time: | 2000-May-22 18:02:49 |
Subject: | Re: Scripting |
> > You can use the function > > document.ptviewer.gotoView( document.ptviewer.pan(), document.ptviewer.tilt(), > document.ptviewer.fov() * 1.03 ); > > in place of ZoomIn() and use any value instead of 1.03. Same for ZoomOut() and > the pan functions. Thanks Helmut, I'll give that a try. Still, it's not as elegant as something like: document.ptviewer.ZoomIn(.05) Best, Gummy