Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlivesu authored May 6, 2021
1 parent 95057b5 commit 3ff2551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Please consider this to be just development notes and not any real planning.
* Properties of Laplace Operators for Tetrahedral Meshes (SGP2020)
* A Laplacian for Nonmanifold Triangle Meshes (SGP2020)
* Polygon Laplacian Made Simple (EG2020)
* Fast and Robust Triangle-Triangle Overlap Test Using Orientation Predicates

### Tips and Tricks to test/implement
* https://zeux.io/2010/10/17/aabb-from-obb-with-component-wise-abs/
Expand All @@ -25,6 +24,7 @@ Please consider this to be just development notes and not any real planning.
* gradients on hex-meshes look buggy. Find out why

### Extensions/improvements:
* remove vecs of vecs for mesh polygons and polyhedra. use serialized elements and two separated vectors to index them
* allow to copy/paste visual options (e.g. slicer)
* add line color for 2D checkerboard maps
* allow to select clamping or repeation for 1D texture
Expand Down

0 comments on commit 3ff2551

Please sign in to comment.