Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SoSceneManager.h File Reference
#include <Inventor/SbVec2s.h>

Go to the source code of this file.

Classes

class  SoSceneManager
 The SoSceneManager class provides the main interface between the scene graph and the GUI toolkit.The renderarea class from the GUI toolkit you are using uses this class as the interface against the scene graph. Event handling and providing "hooks" to do rendering are the main functions of the class. More...
 

Typedefs

typedef void SoSceneManagerRenderCB(void *userdata, class SoSceneManager *mgr)
 

Typedef Documentation

◆ SoSceneManagerRenderCB

SoSceneManagerRenderCB

Render callback function must have this signature.