EskelCz / Cinema4D-Threejs-Exporter

Exporter for Cinema 4D to JSON format usable in Three.js
MIT License
218 stars 22 forks source link

Problem with simple animation #5

Open lolovis opened 7 years ago

lolovis commented 7 years ago

Hey, Thanks for this nice plugin !. I just have a little problem. I did a simple cube with a translation. And i can't export the animation. What can do ?

Here a screenshot of what i have : http://lovis.io/capture.png

Thanks for your time :)

EskelCz commented 7 years ago

I wrote this primarily for bone animation exports, since I'm not really sure how to handle simple PRS animation without them. In my last three.js project I needed exactly that and in the time limit I had I ended up using TimelinerController from the Authoring example. Pretty cumbersome to use. I guess it's possible to trim it down somehow or figure out how to do it in vanilla three.js, but I didn't have the time. Better documentation (an example) would help a lot there.

Overall I'll probably need to find another maintainer for this plugin, since I'm not that active with three.js anymore, I ended up using unreal engine for my game project (my main focus at the moment).

ThibaultJanBeyer commented 6 years ago

Don’t quit this projects. I bet a lot of people, including myself would pay for such a cinema4d plugin... Exporting from c4d to three.js seems like an overcomplicated task. Or do you have any other alternative solutions for exports including materials and animations?