xml question

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
juliusctw
Posts: 392
Joined: Fri Apr 21, 2006 6:56 am
Contact:

xml question

Post by juliusctw »

Hello I am trying to use the visual editor to create 3D buildings in my world, it exports xml format, i didn't see xml as a format that irrlicht took (md2 , .x , obj, etc) but no xml, however i did see a xml parser, what does that mean???
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

That means that you have to write code using the xml parser to read your xml files.
vegeta
Posts: 12
Joined: Fri May 12, 2006 4:56 pm
Location: the netherlands

Post by vegeta »

you mean the visual gejigger writes the coördinations of the models in xml file?
juliusctw
Posts: 392
Joined: Fri Apr 21, 2006 6:56 am
Contact:

this one

Post by juliusctw »

Post Reply