-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
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:
<script src=http://mrdoob.github.io/three.js/build/three.min.js ></script> <script src=http://mrdoob.github.io/three.js/examples/js/controls/TrackballControls.js ></script> <script src=http://mrdoob.github.io/three.js/examples/js/libs/stats.min.js ></script> <script src="http://mrdoob.github.io/three.js/examples/js/exporters/GeometryExporter.js"></script>finally, it works!
can you fixed 404 problem? 3q
Metadata
Metadata
Assignees
Labels
No labels