Skip to content

Commit

Permalink
v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed Nov 19, 2021
1 parent c692949 commit 2bcd369
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 108 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.0.23

### Features

- Turning an integer index into a position was somewhat badly done. This release completely renumbers all of the indices. Instead of modifying geometry and flipping it in order to get winding order correct, it now shifts vertex indices by one while preserving geometry. At the cost of one extra wasted vertex, this has the effect of flipping winding order when needed in order to make it consistent--but without modifying geometry. The resuing code is easier to follow, shorter, cleaner, and shows better results.

### Bugfixes

- As a result of renumbering, winding order is now consistent.
- Collapsed triangle vertices are now repeated at the first and last points only, rather than scattered throughout the instances.

## 0.0.22

### Features
Expand Down
Loading

0 comments on commit 2bcd369

Please sign in to comment.