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: Whinarn/UnityMeshSimplifier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.2
Choose a base ref
...
head repository: Whinarn/UnityMeshSimplifier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    8e82854 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. fix(mesh): bug related to degenerated triangle when using smart linking

    Reference array is not initialized properly for a degenerated triangle when using smart linking
    Smart linking can merge two very close triangle vertices together. For instance a triangle T(a,b,c)
    could become T(a,a,c) after smart linking. The UpdateReferences() function do not update the
    refs[] array correctly in this case because it overwrites the same ref cell twice and leaves the
    second ref cell not initialized because the indexer is updated only at the end of the function.
    is3D-1 authored May 1, 2020
    Configuration menu
    Copy the full SHA
    e9d5def View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.3.3 [skip ci]

    ## [2.3.3](v2.3.2...v2.3.3) (2020-05-01)
    
    ### Bug Fixes
    
    * **mesh:** bug related to degenerated triangle when using smart linking ([e9d5def](e9d5def))
    semantic-release-bot committed May 1, 2020
    Configuration menu
    Copy the full SHA
    605c4e2 View commit details
    Browse the repository at this point in the history
Loading