Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
base: 23dfd97285f4
Choose a base ref
...
head repository: solvespace/solvespace
compare: 70ec7cc257ac
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 12, 2020

  1. Improve triangle mesh (splitting of quads based on angle).

    When checking the dot product of the tangents `tu` and `tv` to decide
    in which direction to split a quad compare it to to LENGTH_EPS instead
    of zero to avoid alternating triangle "orientations" when the tangents
    are orthogonal (revolve, lathe etc.).
    This improves the quality of the resulting triangle mesh.
    ruevs authored and phkahler committed May 12, 2020
    Copy the full SHA
    70ec7cc View commit details
    Browse the repository at this point in the history