jeromeetienne / learningthreejs.com

blog about learning three.js
http://learningthreejs.com
26 stars 25 forks source link

constructive solid geometry needs to be updated with new versions of csg.js, ThreeCSG.js and Three.js #8

Open coderextreme opened 9 years ago

coderextreme commented 9 years ago

https://github.com/jeromeetienne/learningthreejs.com/tree/master/source/data/constructive-solid-geometry-with-csg-js

jeromeetienne commented 9 years ago

you are likely right, on the other hand im short on time at the moment :(

so pull request are more than welcome

Colmea commented 8 years ago

+1. More infos about this update ?

I'm not able to fix these issues, but there's one with the setRotationFromEuler (line 30) wich now only accepts euler (and not a vector).

The work around is to pass an euler param, but there are side effects on line 38.