Method SetViewerMatrices
SetViewerMatrices(Matrix4List, Matrix4List, Point2, int)
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetViewerMatrices(Matrix4List views, Matrix4List projs, Point2 clipping, int viewer = -1)
Parameters
| Type | Name | Description | 
|---|---|---|
| Matrix4List | views | |
| Matrix4List | projs | |
| Point2 | clipping | |
| int | viewer | Viewer id returned by the createViewer function. -1 uses the default viewer id (see setDefaultViewerId).  |