Hello,
I am trying to render a dae file with the viewer of collada dom v2.2 but the following message appears : 'Polygons is not supported', instead of my polygons.
I have traced back the message to the file : 'collada-dom/rt/src/CrtGeometry.cpp' where an #ifdef _WIN32 prevent the rendering of polygons under other OS's.
Will this functionality be implemented in the near future ?
Best...