CSceneManager.cpp

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
ttom
Posts: 43
Joined: Tue Aug 26, 2003 3:43 am
Location: Taiwan

CSceneManager.cpp

Post 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
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post 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.
eis_os
Posts: 12
Joined: Sun Apr 18, 2004 12:40 pm

Post by eis_os »

That feature would be really nice
Post Reply