assimp/code/Collada
RichardTea 59f732e10d DAE Import: Don't use SkipElement() to skip empty Text
IrrXML doesn't recognise the construction: `<author></author>` as being an empty element, and so ColladaParser::TestTextContent advances the element stream into the `</author>` element.

Use TestClosing(const char*) instead of SkipElement() to skip an empty text element.
2019-06-20 16:30:52 +01:00
..
ColladaExporter.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
ColladaExporter.h Reorg of code. 2019-06-06 14:45:43 +02:00
ColladaHelper.h Reorg of code. 2019-06-06 14:45:43 +02:00
ColladaLoader.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
ColladaLoader.h Reorg of code. 2019-06-06 14:45:43 +02:00
ColladaParser.cpp DAE Import: Don't use SkipElement() to skip empty Text 2019-06-20 16:30:52 +01:00
ColladaParser.h Reorg of code. 2019-06-06 14:45:43 +02:00