irrXML

Progress with the Collada-parser

I initially wanted to have a lot of substance in every I post I made on this site. But seeing as the time between posts would then be very long, I figured I might as well fill it with (somewhat) regular progress updates about the things I’ve been working on. This time I’ve made some progress in using irrXML to parse Collada files and just collect the information into usable data types.

Trim strings in C++

As I tried to create a simple parsing test with irrXML, I started to see that it handles all of the EOLs (End Of Lines) as text, even though it was just a cosmetic EOL. After some searching, I found that a person named Bobby Anguelov had the same problem and that this was intended functionality. Like him, I think this is something that should be handled by irrXML. But then again, it is open source, so anyone can create the functionality one wants.