Skip to content

Tried to run the BIMsurfer2 under IIS server #5

@webdada

Description

@webdada

Interesting, the following files do not exist on the file folder:
../bimsurfer/src/threeViewer/three.js
etc.

<script type="text/javascript" src="../bimsurfer/src/threeViewer/three.js"></script>
<script type="text/javascript" src="../bimsurfer/src/threeViewer/OrbitControls.js"></script>
<script type="text/javascript" src="../bimsurfer/src/threeViewer/GLTFLoader.js"></script>

So I am not sure if anyone were able to run the gltf.html file on a web browser.
http://localhost/examples/gltf.html

I got can not find three.js file javascript error. Now even after I copied the three.js and other js files from ../bimsurfer/lib folder over to ../bimsurfer/src/threeViewer folder, I still get "Three not defined"
error.

OrbitControls.js:16 Uncaught ReferenceError: THREE is not defined
at OrbitControls.js:16
(anonymous) @ OrbitControls.js:16
GLTFLoader.js:9 Uncaught ReferenceError: THREE is not defined
at GLTFLoader.js:9

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