Method AddGPUScene
AddGPUScene(int, int)
Add a GPU scene to a viewer
Declaration
[HandleProcessCorruptedStateExceptions]
public void AddGPUScene(int scene, int viewer = -1)
Parameters
Type | Name | Description |
---|---|---|
int | scene | GPU Scene to render in the viewer |
int | viewer | Viewer id returned by the createViewer function. -1 uses the default viewer id (see setDefaultViewerId). |