Open GoogleCodeExporter opened 8 years ago
That's really easy. Setting 'zoomFactor' to a value greater than 1 will perform
zoom-in effect; otherwise, it will be a zoom-out.
Original comment by Humu2...@gmail.com
on 5 Aug 2013 at 1:46
Thank you for the quick response, I got the following to work (for anyone else
who's looking for this). Thank you again.
function SetZoom()
{
viewer.zoomFactor = 100;
viewer.update();
}
Original comment by ladanyi....@gmail.com
on 5 Aug 2013 at 2:02
Original issue reported on code.google.com by
ladanyi....@gmail.com
on 5 Aug 2013 at 9:29