You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello, there. I made some changes to Baltes' code and managed to implement it in newer version of A-frame in a very simple way, but not perfect. If you want to try it, here is the link: https://github.com/Stremps/A-frame-CSG-Operations
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 :The text was updated successfully, but these errors were encountered: