Hello all,
I was trying to get notification events from Scene manager when the
data in any node in scene graph changes. The rendering call back which
is register to Scene manager is not getting called.
I want to get this call back to do painting. I am doing SoDB::init()
and SoInteraction::init().
What can be the reason? Is there more initializations need to be done?
mysceneMgr->setRenderCallback(renderCB, this);
void renderCB(void *p, SoSceneManager *);