rmx / collada-converter

A library for converting COLLADA files to a format suitable for WebGL
22 stars 9 forks source link

Three.js r73 collada animation not playing #10

Open RuiOrey opened 9 years ago

RuiOrey commented 9 years ago

Hi,

After days on trying to export from maya, blender, 3ds max I was still not able to play an animation embed in dae or convert it to json. Import the model, init animation but static model.

I have a working example here: http://eqstest.ruidorey.webfactional.com/test_load.html (now is loading collada but the js also does not play animation). this is the collada: http://eqstest.ruidorey.webfactional.com/squash/player/wip2.dae

Tried converting the DAE to three.js JSON through here http://rmx.github.io/collada-converter/preview/examples/convert.html but does not work also. The exported format from this site is compatible with r73 (using this guide to import http://yomotsu.net/blog/2015/10/31/three-r73-anim.html)?

Any thoughts about this and how to put the anim to work? Thanks in advance