MFC viewer component classes used by the MFC examples. More...
Classes | |
class | MFCEventToSoEvent |
class | WinTimer |
Class to integrate Windows timer into OpenInventor. More... |
MFC viewer component classes used by the MFC examples.
The following 3 classes provide different kinds of render areas using the MFC API:
Two other classes are also provided:
The RenderArea provides a basic render area service. It inherits from CWnd and encapsulates an instance of SoRenderAreaCore.
The RenderAreaInteractive inherits from RenderArea. It uses a MFCEventToSoEvent 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.