UPDATE: looks like it's my own fault for not studying enough SketchUp's GUI. See my own answer.
Hi,
I'm planning to implement an "export to COLLADA" functionality in my mapping software, but I'm hampered by a lack of a good COLLADA files viewer. I've tried several applications:
I'd be grateful for any hints, but I'm looking for first-hand experience, not just googling (I've tried that myself). I realize this is not a typical programming question, but I see no better place on StackExchange to ask this.
I've been working on a program called meshtool. You can load and view a collada file like this:
meshtool --load_collada file.dae --viewer
The pycollada library has gotten pretty good. Almost all collada files I've come across in the wild are supported properly.
Admittedly, the meshtool program is in its infancy, so I haven't written good installation instructions yet. You will need to have python 2.5+, numpy, panda3d, PIL, and lxml installed. If you let me know your platform, I can give some more detailed instructions.