Dealing with the mainObject
The mainObject
(see /src/ifc-to-three.js/scene/mainObject.js
) is a part of Three.
We cannot use Three inside a Web Worker!
We simply exclude that object. Instead, we return an empty object.
Please note that this change will break the regular code.
Last updated