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
The website can show the gird lines. I click the input file button and choose my ifc file. But no model shows on the website. It is still the grid lines. The program doesn't show any error. So, what's the wrong?
Code:
import { IFCLoader } from "web-ifc-three/IFCLoader";
//wasm file is placed correctly
ifcLoader.load("models/Example_model.ifc", (ifcModel) => scene.add(ifcModel));
The text was updated successfully, but these errors were encountered:
The website can show the gird lines. I click the input file button and choose my ifc file. But no model shows on the website. It is still the grid lines. The program doesn't show any error. So, what's the wrong?
Code:
import { IFCLoader } from "web-ifc-three/IFCLoader";
//wasm file is placed correctly
ifcLoader.load("models/Example_model.ifc", (ifcModel) => scene.add(ifcModel));
The text was updated successfully, but these errors were encountered: