 william Guest |
Quote
|
| 2007-12-02 09:55:32 |
|
I am building a 3D tower defence type game. I am thinking of how to add towers (3D models) onto the map (the scene done in irrEdit) dynamically.
That means how can the engine (irrlicht-1.3.1) modify the .irr file??
Thanks to the one who can answer my question.
|
 niko Moderator |
Quote
|
| 2007-12-03 17:38:46 |
|
You can use the ISceneManager interface to add, remove and modify scene nodes. If you want to change the .irr file, simply write a new one over the old one, using the ISceneManager interface again :)
|