ofview_setperspective Subroutine

public subroutine ofview_setperspective(fov, ratio)

Set the current view to use a symmetric perspective projection.

This applies to the current active View.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: fov

Vertical field of view (in degrees).

real(kind=real64), intent(in) :: ratio

x/y aspect ratio.