C++
virtual void zoom( double factor ) = 0;
Description
This method changes the viewing field (the focal length) of the camera to give the effect of dynamically moving in or out of a scene. The camera position and target are not changed. The specified factor must be positive.
Parameters
Parameters | Description |
---|---|
factor | Input zoom factor |