-
Notifications
You must be signed in to change notification settings - Fork 253
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
Added animation clip parsing and writer callbacks #592
Conversation
FAILURE: exercise-opencollada-pull-request build #153
Pull Requests:
|
In file included from /var/lib/jenkins/workspace/openCOLLADA-ubuntu-pull-request/COLLADAValidator/src/../include/Writer.h:5:0, |
Thanks @RemiArnaud. Will fix. |
FAILURE: exercise-opencollada-pull-request build #154
Pull Requests:
|
FAILURE: exercise-opencollada-pull-request build #155
Pull Requests:
|
..\src\COLLADAMaxColladaImporter.cpp(127): error C2259: 'COLLADAMax::DocumentImporter' : cannot instantiate abstract class [e:\git\workspace\COLLADA-MAX-PC-PULL-REQUEST\COLLADAMax\scripts\COLLADAMax.vcxproj] (was the previous build) issue |
FAILURE: exercise-opencollada-pull-request build #156
Pull Requests:
|
COLLADA-MAX: COLLADASaxFrameworkLoader.lib(COLLADASaxFWLRootParser14.obj) : error LNK2001: unresolved external symbol "public: __cdecl COLLADASaxFWL::LibraryAnimationClipsLoader::LibraryAnimationClipsLoader(class COLLADASaxFWL::IFilePartLoader *)" (??0LibraryAnimationClipsLoader@COLLADASaxFWL@@qeaa@PEAVIFilePartLoader@1@@z) [e:\git\workspace\COLLADA-MAX-PC-PULL-REQUEST\COLLADAMax\scripts\COLLADAMax.vcxproj] COLLADA-MAYA: |
Resolves #565 and enables multiple animations support in COLLADA2GLTF: KhronosGroup/COLLADA2GLTF#130.