Dear all:
Maybe someone can think good solution.
I found the in the CSceneManager::registerNodeForRendering and
CSceneManager::drawAll(). They always push the list and clear list.If someone can modify like when the view matrix change. It need to do the push list and clear list
Your mean you want to do everything on your own?
Two ideas: I could make it possoble to expose these functions, but I think it would be more flexible to be able to implement your own ISceneManager interface, set it as default scene manager and use this instead.