OIV.Inventor.ViewerComponents Namespace |
Viewer components contains helpful tools to implement a custom viewer.
Class | Description | |
---|---|---|
![]() | SoCameraInteractor | Utility class to manipulate a camera. |
![]() | SoEventBuilder | Utility class that generates Open Inventor events. |
![]() | SoInterlacedStereoParameters | The OIV.Inventor.ViewerComponents.SoInterlacedStereoParameters class is used to specify the behavior of the interlaced stereo. |
![]() | SoRawStereoParameters | Raw stereo parameters class. |
![]() | SoRenderAreaCore | Utility class to render a scene with an OpenGl context. |
![]() | SoStereoParameters | Stereo parameters base class. |
Structure | Description | |
---|---|---|
![]() | SiRenderAreaRenderEventArg | Structure given when a start render event is raised. |
Interface | Description | |
---|---|---|
![]() | SiRenderArea | RenderArea interface. |
![]() | SiRenderAreaAntialiasing | RenderArea antialiasing interface. |
![]() | SiRenderAreaInteractive | RenderArea interactive interface. |
![]() | SiRenderAreaStereo | RenderArea stereo interface. |
![]() | SiRenderAreaStillSuperSampling | RenderArea still supersampling interface. |
![]() | SiRenderAreaTransparency | RenderArea transparency interface. |
Enumeration | Description | |
---|---|---|
![]() | SiRenderAreaClearPolicies | Policy values to clear color and depth buffers beforing rendering. |
![]() | SiRenderAreaRenderStatus | Returned by the render method. |
![]() | SoInterlacedStereoParametersInterlacedModes | Interlaced modes. |
Examples of viewers using SceneExaminer and SceneInteractor are provided in Qt api, Windows api, and MFC api.