Page History
...
- Change the
type
parameter ofSettingsCamera
to 9. (Note thattype=1
is spherical, but not for panoramas.) - Set the field of view to 360 degrees or rather
2*pi
, because thefov
parameter is in radians. You need to do this with theRenderView
plugin and withSettingsCamera
- both have anfov
parameter. Also if you're usingPhysicalCamera
CameraPhysical
withspecify_fov=1
, setfov
there too. - Set the vertical field of view to 180 degrees. This may be a bit confusing: it is set through the
height
parameter ofSettingsCamera
. Also the value is not in radians, but in degrees.
...