MS-Windows viewer component classes used by the MS-Windows UI examples. More...
Classes | |
class | WinEventToSoEvent |
class | WinTimer |
Class to integrate Windows timer into OpenInventor. More... |
MS-Windows viewer component classes used by the MS-Windows UI examples.
The following 3 classes provide different kind of render areas using the Win32 API:
2 other classes are also provided:
The RenderArea provides a basic render area service: it creates an OpenGl render area, its associated OpenGl context, and it encapsulates an instance of SoRenderAreaCore.
The RenderAreaInteractive inherits from RenderArea. It uses a WinEventToSoEvent to handle windows events and a WinTimer as implementation of the SoSystemTimer interface.
The RenderAreaExaminer inherits from RenderAreaInteractive and uses a SceneExaminer as root of the scene graph.