Skip to content

wrong js source files address #11

@pingfengafei

Description

@pingfengafei

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions