Is there a way to optimize the CSG code for boolean operations on mesh files imported from objloader in THREE.js and ThreeCSG for real-time interactivity? I am looking to decrease the run time by adjusting the resolution or modifying the BSP trees. The size of the objects I am working with is causing slower performance. Any tips on improving this would be greatly appreciated. Thank you!