Crazy ideas are the best ideas

This commit is contained in:
Tyler Hallada 2017-08-08 00:13:50 -04:00
parent 09ba3979a9
commit 6c9a861300

View File

@ -12,3 +12,7 @@ larger the polygon) the more dark the color is shaded.
Add a bunch of dials and switches to the UI to tweak the different configurable Add a bunch of dials and switches to the UI to tweak the different configurable
values. values.
Crazy idea: add a 3rd dimension. Points with a z-index closer to zero will be
closer to the screen. I can simulate that by scaling the points and lines and
applying a blur filter to the points scaled down and further away.