Skip to content

Union and symmetric difference produce same result. #2

Description

@RogersDoug

The intersection is not discarded using symmetric difference in the intersect app.

I think that SymmetricDifferenceCollector::collect should not have the following code:

else if (face_class == FACE_IN) {
       REV(orig_face, vertices, normal, poly_a, face_class, hooks);
 }

When I comment these lines out, I get the expected results.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions