| Long name (short name) | [argument types] | Properties |
|---|
-absolute
(-abs)
| | |
|
This flag modifies the behavior of the distance and orthoScale
flags. When used in conjunction with the distance flag, the distance
argument specifies how far the camera's eye point should be set from
the camera's center of interest. When used with the orthoScale flag,
the orthoScale argument specifies the camera's new ortho width.
|
|
-relative
(-rel)
| | |
|
This flag modifies the behavior of the distance and orthoScale
flags. When used in conjunction with the distance flag, the camera
eye and center of interest are both moved by the amount specified
by the distance flag's argument. When used with the orthoScale flag,
the orthoScale argument is used multiply the camera's ortho width.By
default the relative flag is always on.
|
|
-distance
(-d)
| float | |
|
Unit distance to dolly a perspective camera.
|
|
-orthoScale
(-os)
| float | |
|
Scale to change the ortho width of an orthographic camera.
|
|
-dollyTowardsCenter
(-dtc)
| boolean | |
|
This flag controls whether the dolly is performed towards the
center of the view (if true), or towards the point where the user
clicks (if false). By default, dollyTowardsCenter is on.
|
|