ofview_create Subroutine

public subroutine ofview_create(name)

Create a new View with the given name.

This new View will also become the current active one.

Note

A View represents the "camera" that looks at a scene. It controls the projection (like the lens of the camera) and modelview (like the position of the camera) matrices. Views are added to grid positions in a WindowProxy, and multiple Views are allowed for each grid position.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Name of the view to create.