Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
Viewer Components

Viewer components contains helpful tools to implement a custom viewer. More...

Modules

 MFC Viewer Components
 MFC viewer component classes used by the MFC examples.
 
 Nodes
 Viewer components nodes independent from graphical user interface.
 
 Qt ViewerComponents
 Qt viewer component classes used by the Qt examples.
 
 Win ViewerComponents
 MS-Windows viewer component classes used by the MS-Windows UI examples.
 

Classes

class  SoSystemTimerTask
  VSG extension Interface used by SoSystemTimer to execute a task More...
 
class  SoSystemTimer
  VSG extension Common interface to expose system dependent timers More...
 
class  SiRenderArea
  VSG extension RenderArea interface. More...
 
class  SiRenderAreaAntialiasing
  VSG extension RenderArea antialiasing interface. More...
 
class  SiRenderAreaInteractive
  VSG extension RenderArea interactive interface. More...
 
class  SiRenderAreaStereo
  VSG extension RenderArea stereo interface. More...
 
class  SiRenderAreaStillSuperSampling
  VSG extension RenderArea still supersampling interface. More...
 
class  SiRenderAreaTransparency
  VSG extension RenderArea transparency interface. More...
 
class  SoCameraInteractor
  VSG extension Utility class to manipulate a camera. More...
 
class  SoEventBuilder
  VSG extension Utility class that generates Open Inventor events. More...
 
class  SoRawStereoParameters
  VSG extension Raw stereo parameters class. More...
 
class  SoRenderAreaCore
  VSG extension (Preview feature) Utility class to render a scene with an OpenGl context. More...
 
class  SoStereoParameters
  VSG extension Stereo parameters base class. More...
 

Detailed Description

Viewer components contains helpful tools to implement a custom viewer.

Examples of viewers using SceneExaminer and SceneInteractor are provided in Qt api, Windows api, and MFC api.