Horde3D

Next-Generation Graphics Engine
It is currently 29.09.2024, 00:29

All times are UTC + 1 hour




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 08.05.2009, 09:43 
Offline

Joined: 27.04.2009, 11:58
Posts: 13
I have the same problem than viewtopic.php?f=2&t=332. But I don't know how to solve it.

    - I export the mesh with ColladaMax.
    - I check triangulation, bake matrices and animation sampling.
    - I turn on software skinning:
    Code:
             Horde3D::setNodeParami(node, Horde3D.SoftwareSkinning, 1);
    - Log has not errors or warnings.

The animation file seems to load fine and the collada file has the animation and bones exported but the animation is not running.


Attachments:
kid.zip [201.98 KiB]
Downloaded 544 times


Last edited by samsaga2 on 08.05.2009, 14:05, edited 1 time in total.
Top
 Profile  
Reply with quote  
PostPosted: 08.05.2009, 12:26 
Offline
Tool Developer

Joined: 13.11.2007, 11:07
Posts: 1150
Location: Germany
There is only one frame in the animation file. So I guess there is something wrong either in the dae file or in the conversion process.

I haven't checked the converter source and specification, but I guess that having a
Code:
<technique_common>
         <accessor source="#node-Bip01_matrix-interpolation-array" count="25" stride="1">
            <param name="INTERPOLATION" type="name"/>
         </accessor>
</technique_common>

in the dae file means that the animation data has NOT been sampled, and therefore the converter can't extract it.


Top
 Profile  
Reply with quote  
PostPosted: 08.05.2009, 14:04 
Offline

Joined: 27.04.2009, 11:58
Posts: 13
Thanks. I found the problem. Neither the intregated 3ds max 2009 collada exporter nor collada nextgen works well with horde3d.

The only that works is
http://sourceforge.net/projects/colladamaya/

COLLADAMax 1.4.1 plug-ins --- ColladaMax_FREE_3.05C.exe


Top
 Profile  
Reply with quote  
PostPosted: 08.05.2009, 20:08 
Offline
Engine Developer

Joined: 10.09.2006, 15:52
Posts: 1217
samsaga2 wrote:
Thanks. I found the problem. Neither the intregated 3ds max 2009 collada exporter nor collada nextgen works well with horde3d.

The only that works is
http://sourceforge.net/projects/colladamaya/

COLLADAMax 1.4.1 plug-ins --- ColladaMax_FREE_3.05C.exe

I tried to convert your original file and found the problem immediately. It was a very tiny thing which is fixed now (id of animation element is optional, not required).

The best news is that we seem to be compatible with Collada NextGen output now :)


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group