Open rob0 opened 13 years ago
The zoom amount (at least on my machine) is much too large - zooming behind the camera or down to a point.
This provides a more usable zoom amount.
zoomdist = np.power(0.5, -dy.001)
zoomdist = np.power(0.5, -dy * .001) works fine :)
The zoom amount (at least on my machine) is much too large - zooming behind the camera or down to a point.
This provides a more usable zoom amount.
zoomdist = np.power(0.5, -dy.001)