Skip to content

plane from face cuts the opposite side #4

@makc

Description

@makc

if I set the plane like this

			plane.setFromCoplanarPoints (
				someGeometry.vertices[face.a],
				someGeometry.vertices[face.b],
				someGeometry.vertices[face.c]
			);

inner side is cut. I have to use b-a-c order to cut outer side. this is a bit counter-intuitive

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions