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
../three-modules/draco/ is the relative path from three-eve.js, where is the module DracoLoader looking for its decoder.
However, it doesn't seem to be loaded properly inside DracoLoader().
The concole log errors show that the loader try to find draco_wasm_wrapper.js, for example, from the path of http://localhost:8080/, and failed because of the root path set to be /build. Also the compiled JS bundles are in http://localhost:8080/js/.
Is there any way to resolve the path ?
The text was updated successfully, but these errors were encountered:
src/js/three-eve.js
(line 122)Here is the current code.
../three-modules/draco/
is the relative path fromthree-eve.js
, where is the moduleDracoLoader
looking for its decoder.However, it doesn't seem to be loaded properly inside DracoLoader().
The concole log errors show that the loader try to find
draco_wasm_wrapper.js
, for example, from the path of http://localhost:8080/, and failed because of the root path set to be/build
. Also the compiled JS bundles are in http://localhost:8080/js/.Is there any way to resolve the path ?
The text was updated successfully, but these errors were encountered: