ServiceSettingsRunModes Enumeration |
The run mode is used to change the behaviour of the RemoteViz execution in three environments.
Namespace: OIV.RemoteViz.Rendering
Member name | Value | Description | |
---|---|---|---|
INVENTOR_SERVICE | 0 | ||
INVENTOR_APPLICATION | 1 | ||
INDEPENDENT_SERVICE | 2 |
INVENTOR_SERVICE mode is used to run a RemoteViz application based on the Open Inventor render engine. This is the default mode. This mode requires a main loop. INVENTOR_APPLICATION is used to share the rendering of a scene graph between an OIV application and a RemoteViz application. This mode uses the main loop of an Open Inventor component (OIV.Inventor.Win.Viewers.SoWinExaminerViewer, SoXtRenderArea, ...). INDEPENDENT_SERVICE mode is used to run a RemoteViz application based on its own render engine. In this mode, the Open Inventor render engine is disabled. This mode requires a main loop.