Skip to content

Union and symmetric difference produce same result. #2

@RogersDoug

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.

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