jeromeetienne / learningthreejs.com-backup

blog about learning three.js
http://learningthreejs.com
MIT License
22 stars 4 forks source link

Newbie 101 Issues list #5

Open Anima-t3d opened 12 years ago

Anima-t3d commented 12 years ago

Here are some issues I come across when first starting out, feel free to add.

Examples sometimes give errors when trying to run with latest version of three.js, this is because three.js is not always backwards compatible:

jeromeetienne commented 12 years ago

which examples ? we need to fix them

Anima-t3d commented 12 years ago

I'm not sure if there are examples on three.js itself, however examples on the web that use three.js are not compatible with the latest version because of the THREE namespacing. (r 39 this has been changed, thus breaking examples that use the versions prior to r 39.)

jeromeetienne commented 12 years ago

yep three.js is still moving. lets focus on three.js and learningthreejs for now. It is already enougth i think :)