gkjohnson / three-bvh-csg

A flexible, memory compact, fast and dynamic CSG implementation on top of three-mesh-bvh
MIT License
601 stars 46 forks source link

[FIX] Coplanarity test - uncertainty issue - see https://github.com/g… #203

Open xavierjs opened 6 months ago

xavierjs commented 6 months ago

https://github.com/gkjohnson/three-bvh-csg/issues/199#issuecomment-1986287165

gkjohnson commented 6 months ago

You can more easily fix the lint issues by running

npx eslint \"./src/**/*.{js,ts}\" \"./examples/*.js\" --fix

I'll take a look later this week, thanks!

xavierjs commented 6 months ago

@gkjohnson I have applied most of your reviews in the latest commit.