va3c / viewer

3D Model Viewer with Three.js
http://va3c.github.io/viewer/
183 stars 118 forks source link

wrong js source files address #11

Open pingfengafei opened 9 years ago

pingfengafei commented 9 years ago

While I read this page: https://github.com/va3c/viewer/tree/gh-pages/cookbook/export-data-json

try with readme links,I found that I can't see live demo on the webpage.

After checking code, it is wrong js source files address which caused problem.

using local source file 【three.js-master】replace with those file:

finally, it works!

can you fixed 404 problem? 3q

theo-armour commented 9 years ago

Hi @pingfengafei

Thank you for the heads-up.

I have added the following warning to the read me:

Most of the following demos use THREE.GeometryExporter.js. This file is no longer included in recent builds of Three.js, therefore the demos are broken...

Mr.doob has moved to new and faster methods. For more details see the http://mrdoob.github.io/three.js/editor/

Also, I am too busy writing new code to try and fix old code.

Theo