Tagged Questions
2
votes
2answers
386 views
How do I extend Irrlicht's scene manager?
This is a bit of a newbie question, but if for example, I want to extend the scene manager, and add a function; do I extend my class (inherit) from CSceneManager or ISceneManager?
Because I'm trying ...