You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Interesting, the following files do not exist on the file folder:
<script type="text/javascript" src="../bimsurfer/src/threeViewer/three.js"></script>../bimsurfer/src/threeViewer/three.js
etc.
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
The text was updated successfully, but these errors were encountered: