Page 1 of 1

CSceneManager.cpp

Posted: Wed Jun 15, 2005 7:12 am
by ttom
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

sorry for my english

Posted: Fri Jun 24, 2005 9:50 am
by niko
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.

Posted: Sun Jun 26, 2005 9:43 am
by eis_os
That feature would be really nice