Skip to content

Commit

Permalink
Merge branch 'feature/TriangleExpansion' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruptein committed Jan 13, 2019
2 parents 6a9c471 + 2a18d48 commit 140da98
Show file tree
Hide file tree
Showing 28 changed files with 2,394 additions and 481 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ All notable changes to this project will be documented in this file.

## Unreleased

### Added

- A new vision system has been added based on triangulation.
- You can select this new system as a client option
- It is more precise (i.e. exact) than the previous vision system which was a good approximation.
- It can handle any polygon under any angle, so expect some new draw tools in the future!
- It is slightly more expensive to preprocess, but this should be relatively unnoticeable.

### Fixed

- Draw tool mouseUp behaviour had some strange quirks that are now ironed uit.
Expand Down
Loading

0 comments on commit 140da98

Please sign in to comment.