-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error #2
Comments
Unfortunately I don't maintain this library anymore. But I can try to help you fix the problem. Are you sure that the Exception is thrown at line 38? This line is a comment... https://github.com/Pro/processing-collada-loader/blob/master/src/colladaLoader/xmlMapping/Effect.java#L38 What's the exact error message from the Exception? |
@Pro Thank you for reply.
In fact i can't load even sample library!! |
The problem is, that Citation from https://github.com/processing/processing/wiki/Changes A new class called XML replaces the old XMLElement. With the change, you can call loadXML("blah.xml") from inside PApplet to read XML data. The rest of the API is the same as it was for XMLElement, except that getXxxxAttribute() is now just getXxxx(), for instance getIntAttribute() is just getInt() (to be more like the rest of the Processing API). Also added XML.parse(String) which returns an XML object from a String of XML data. Whitespace is preserved more consistently with the new implementation, which might require some changes to your code. You can fix the collada loader library and then create a pull request. |
@Pro Thank you i working on that i send pull request. |
@Pro “Couldn't parse COLLADA file. Maybe the authoring tool 3dsMax 8 - Feeling ColladaMax v3.04E. isn't supported or the xml format is invalid. “ have any idea about that? |
Not satisfied answered........... |
Hi,When i using Processing collada loader lib and import .dae animation file i have error
java.lang.RuntimeException: cooladaLoader.ColladaLoaderException:
A ColladaLoaderException is thrown: at Line 38 on cooladaLoader.xmlMapping.Effect
How i can fix? @Pro
Thank you.
The text was updated successfully, but these errors were encountered: