How do I remove something from the environment?
How do I remove something from the environment?
I know how to add stuff to the environment to be drawn, but how do I remove them? Checked the API and couldn't find it.
Hi!
You can use setVisible(), if you want just to not draw node on scene
http://irrlicht.sourceforge.net/docu/cl ... 03afe6838c
or
use remove() if you want completely to remove node from scene
http://irrlicht.sourceforge.net/docu/cl ... 9403b8b69c
You can use setVisible(), if you want just to not draw node on scene
http://irrlicht.sourceforge.net/docu/cl ... 03afe6838c
or
use remove() if you want completely to remove node from scene
http://irrlicht.sourceforge.net/docu/cl ... 9403b8b69c