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