Hi, I just tried with AFrame stable current (1.3.0) and received 2 error messages :
The Components object is deprecated. It will soon be removed.
Uncaught TypeError: THREE.Geometry is not a constructor
THREE.Geometry was removed in r125 and I can see that https://github.com/chandlerprall/ThreeCSG is still maintained (even though without touching the code itself for 4 years) so I'm wondering what would be best here :
patch here
upstream patch to ThreeCSG then including again as you did (knowing this kind of modification is rare)
upstream patch to ThreeCSG then including ThreeCSG from e.g npm
Hi, I just tried with AFrame stable current (1.3.0) and received 2 error messages :
THREE.Geometry
was removed in r125 and I can see that https://github.com/chandlerprall/ThreeCSG is still maintained (even though without touching the code itself for 4 years) so I'm wondering what would be best here :