when I try:
xithLoaderObj.setBasePath("windoze file system path to .dae file");
xithScene = xithLoaderObj.load(readerObj);
I receive a parsing exception:
Exception in thread "main" com.xith3d.loaders.ParsingErrorException
at com.whoola.core.media.xith.XithColladaLoader.load(Unknown Source)
at org.xith3d.loaders.ext.ExtensionLoader.load(ExtensionLoader.java:140)
at com.xit.xit3d.testing.XitSceneTest.loadMayaScene(XitSceneTest.java:101)
at com.xit.xit3d.testing.XitSceneTest.main(XitSceneTest.java:124)
Caused by: com.whoola.core.lang.NullArgumentException
at com.whoola.core.lang.NullArgumentException.check(Unknown Source)
at com.whoola.core.lang.NullArgumentException.checkArgs(Unknown Source)
at com.whoola.core.media.xith.XithColladaImporter.importColladaType(Unknown Source)
at com.whoola.core.media.xith.XithColladaLoader.createScene(Unknown Source)
... 4 more
But the same .dae file loads without error if I use ColladaLoader.
