Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bevel shape outline beyond threshold #2741

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 18, 2024

  1. Fix shape outline normal computation

    The previous implementation could fail to determine if normals had to be
    flipped or not: it assumed the first vertex position was strictly inside
    the shape. This position being set to the bounding box's center, it is
    possible for it be on an edge of the shape (consider a right triangle).
    kimci86 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6886d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9c80d View commit details
    Browse the repository at this point in the history