Solutionunvalidated
Create a World via components.get(OBC.Worlds).create(), assign scene/renderer/camera on that world, then initialize/setup before loading IFC. Ensure the WASM asset is correctly served and set the loader/wasm path (e.g., configure setWasmPath to the directory where the .wasm files are hosted).
a0a7167c-8a25-484d-bd01-91c906a1187b
Create a World via components.get(OBC.Worlds).create(), assign scene/renderer/camera on that world, then initialize/setup before loading IFC. Ensure the WASM asset is correctly served and set the loader/wasm path (e.g., configure setWasmPath to the directory where the .wasm files are hosted).