Makio64

Results 103 comments of Makio64

Thanks for your answer! Yeah I tried it but it didn't allow async loading. So I tried partition-bundle but didn't success to acheive what I want with the common part...

Apparently its a common error from node after upgrading it, try : rm -rf node_modules && npm install

Here my config version: - npm : 3.9.3 - nodejs : 6.2.0 Try to upgrade nodejs to the 6.x.x. If you want to keep the 4.4.0 you can use node...

a friend who run into a similar issue fix it like that: - reinstall nodejs to latest - npm rebuild - npm start 👍

Fix the issue here too, shame it's note merge on master yet..

I usually don't use the path sorting cause I want to feel more the algorithms while it's drawing cant attach SVG but here is two links: [svg medium](https://makioandfloz.com/tmp/test_medium.svg ) (...

Hi, @nornagon did you have the opportunity to test them?

Niceeeeee ! looking forward to it :D Thanks!

I think it might be done with gsap without too much extra work ? https://greensock.com/docs/v3/Plugins/DrawSVGPlugin

Nop, not in the forked version, it's write in coffee... By the way I investigate more and the problem come from this : https://github.com/mrdoob/three.js/blob/master/src/renderers/WebGLRenderer.js#L3341 So after composer.reset() we also need...