Questions tagged [collada]
The collada tag has no summary.
34 questions
0 votes
2 answers
111 views
Why does the skinning equation from a Collada file return a weird animation?
I'm trying to make an animation from a Collada file, but I'm not having any success in animating it correctly. I assume it's an error in the Quartenions class, either during creation from matrices or ...
1 vote
0 answers
64 views
Can COLLADA be used for partial animations / animation blending?
I am making a game engine, using the COLLADA format for my models. Part of the requirement for my models is partial animations, for example if the model was a person, an animation could only affect ...
0 votes
1 answer
2k views
I create a 3D character in Blender and animated it. How do I use it in my Game with LWJGL
I have a character and he is animated with the Skeleton or Bone Structure but I don't know how to animate him in my game from scratch. I am using Java with LWJGL. I am loading static Objects with ...
6 votes
1 answer
465 views
Set the name of an animation in collada to be used by AssImp
I am using the collada file format to contain my model and animation but when I use AssImp to load the file the name will be empty for the animation. Where is the name for animation set on the collada ...
3 votes
1 answer
5k views
Skeletal animation with ASSIMP, COLLADA, and glm
I have been trying to learn how to implement skeletal animation (skinning) from COLLADA files using ASSIMP and glm. But after a week of being stuck reading different tutorials and posts I have found ...
1 vote
2 answers
1k views
Missing colors in Collada export from Blender
I've noticed something strange in a Collada DAE export from Blender. I've assigned Diffuse BDSF colors to 4 faces of a cube as shown here: http://www.4shared.com/photo/_hM04zywba/blendcube.html It ...
1 vote
1 answer
790 views
UV mapping issues while loading collada model exported with Sketchup
I load collada models, exported via Google Sketchup, into my Three.js (v63) scene with the Three.js collada loader. The models are loaded, but with some, textures aren't well mapped, like in the ...
1 vote
1 answer
583 views
Combining Animations for Colllada export
I need to export an animated character to the Collada file format in Blender. My .blend file has the individual animations (idle, walk cycle, attack, etc) each as separate actions. I discovered after ...