Commit Graph

3 Commits

Author SHA1 Message Date
Kartik K. Agaram 6ea1a03133 update some comments 2023-10-18 17:37:02 -07:00
Kartik K. Agaram 9710fe0d4b buttons popping nicely now 2023-10-16 22:40:30 -07:00
Kartik K. Agaram 71ef026f36 snapshot: making buttons pop
Attempts:
* center rect and shadow/highlight rects on all 4 borders. But you need
  the diagonal for a good 3D illusion.
* draw shadow/highlight triangles, then the center rect on top. Clever,
  but the diagonal doesn't quite meet the center rect on the top right.

So we're going to have to do this with a few more polygons.
2023-10-16 22:06:58 -07:00