Build the Geometry
Let's head back to our main JS file.
example/web-worker/main.js
Let's focus on the ifcWorker.onmessage
. The first thing we are going to do is add back the mainObject.
To clarify; we are now outside of the Web Worker
. We can use Three.js as expected. Then, we build the geometry and add it to the scene.
Last updated