提交 9d349196 编写于 作者: M Mr.doob

Editor: Fixed web-ifc.wasm path

上级 4fcac896
......@@ -354,7 +354,7 @@ function Loader( editor ) {
var { IFCLoader } = await import( '../../examples/jsm/loaders/IFCLoader.js' );
var loader = new IFCLoader();
loader.setWasmPath( 'examples/jsm/loaders/ifc/' );
loader.setWasmPath( '../../examples/jsm/loaders/ifc/' );
var scene = await loader.parse( event.target.result );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册