Giter VIP home page Giter VIP logo

Comments (6)

gkjohnson avatar gkjohnson commented on June 25, 2024

Thanks for the details!

I didn't create an actual THREE scene, since the scene itself looks fine. Let me know if you would like me to add that.

It would be useful to add a simple scene with a bounding box to inspect the issue more easily.

from three-bvh-csg.

JakeDluhy avatar JakeDluhy commented on June 25, 2024

Ok I retooled the example with a scene and a bounding box: https://codepen.io/jakedluhy/pen/YzBJgPp?editors=0010

Unfortunately the zoom/dolly isn't working for the controls (I think because there's a multiple versions of THREE.js issue due to weird Codepen imports). Let me know if you need anything else!

from three-bvh-csg.

gkjohnson avatar gkjohnson commented on June 25, 2024

Yes looks like there are extra points being added:

image

The same thing seems to happen with ADDITION and DIFFERENCE:

image

There are no extra points with INTERSECTION, though:

image

Commenting out the first performSplitTriangleOperations removes the excess points so there may be a bug in that section of code. So this at least helps narrow down which point in the operation these points are being generated from. I'll have to dig in more later

from three-bvh-csg.

gkjohnson avatar gkjohnson commented on June 25, 2024

It looks like this has been happening all the way back to v0.0.3 (didn't check earlier versions) with the SUBTRACTION operation.

However with the ADDITION operation this only started happening in v0.0.12. The extra points were not present in v0.0.11.

from three-bvh-csg.

gkjohnson avatar gkjohnson commented on June 25, 2024

It looks like this is occurring because the provided geometry contains degenerate triangles with an area of 0, 0, 0 causing the barycoordinate calculations to be incorrect. I think by some measures this may be at odds with the idea that a geometry needs to be watertight / two-manifold but this shouldn't be too big of an issue to handle.

from three-bvh-csg.

JakeDluhy avatar JakeDluhy commented on June 25, 2024

Thanks so much for jumping on this!

from three-bvh-csg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.