SebastianBaltes / aframe-csg-meshs

A component for A-Frame that allows runtime Constructive Solid Geometry.
MIT License
9 stars 2 forks source link

Compatibility with AFrame 1.3.0 #1

Open Utopiah opened 1 year ago

Utopiah commented 1 year ago

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 :

Utopiah commented 1 year ago

Alternatively https://github.com/gkjohnson/three-bvh-csg seems quite active.