David Mignot
David Mignot
Hi, I'm not sure about it but it looks like in the example it's calling the render function at the end of the html (line 206). Since in threenodes the...
Hi, Thanks for contributing :) I will look and test a little more before merging when I find time. I have a movie clip project to finish in less than...
Hmm, I've not much time right now, but globally there are two files which may require some modifications: - /src/scripts/threenodes/model/Field.coffee - /src/scripts/threenodes/views/FieldView.coffee The first one contains the logic to convert...
Wow thanks, I've never imagined this. That would add so much possibility : ) I've no idea of how to do that but I will see after I've finished a...
Hi, I've added the build folder to the .gitignore. I will try to add it back when possible. It's a good idea, and looking at other projects it's apparently a...
Hi, I've never tested this on windows, will see what I find. It should works but apparently there are some issues with specific versions of node.js & express. reference: http://stackoverflow.com/questions/9091099/node-js-and-express-on-windows
I've tried to install threenodes on windows xp and everything looks good. Have you installed a 0.6x version of node.js? Here is a link to the version I installed: http://nodejs.org/dist/v0.6.20/node-v0.6.20.msi...
This should be possible to have threenodes.js working with node 0.8.1 but apparently there are some changes required to make it compatible. I will try to fix this as soon...
You are right, there is something wrong here. I think the `anim` should in fact be `Anim`. This function is part of timeline.js (https://github.com/idflood/ThreeNodes.js/blob/master/src/scripts/libs/timeline.js/timeline.js#L185) But I quickly tried to reproduce...
Hmm, don't know exactly. You could try to add a `return false` or or `return {}` just before the `res = anim(...`. But I'm not sure if this will be...