*View() - HyperView
Specifies the view orientation matrix for a given window.
Syntax
*View (view_values)
Application
HyperView
Inputs
- view_values
- The view orientation matrix. This consists of sixteen float values separated by spaces that capture the 4x4 view matrix.
Context
*BeginSavedView()
Example
*BeginSavedView(“View 1”)
*View(“view_values”)
*EndSavedView()
Comments
A *View() command may be placed inside a *BeginSaveView() block to capture the orientation matrix for a given window.