diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-17 01:08:57 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-01-17 18:51:36 -0800 |
commit | b02bf111ab873aad70c169e2159ee96c8aea690b (patch) | |
tree | 27317d2f05d73b15677ad000066b547832030f42 /configure.ac | |
parent | c962c3deb21b0faec28fdabb460649b68c250eb6 (diff) |
plato: regular convex polyhedrons in 3D
plato implements very simple software-rendered 3D models of
the five convex regular polyhedra / Platonic solids
Some TODO items:
- procedurally generate vertices at runtime
- add hidden surface removal setting (Z-buffer?)
- add flat shaded rendering setting
- add gouraud shading, maybe phong too?
- show dual polyhedra
This was more about slapping together a minimal 3D wireframe
software renderer than anything to do with polyhedra, convex
regular polyhedra just seemed like an excellent substrate since
they're so simple to model.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b75643a..f7dcd7c 100644 --- a/configure.ac +++ b/configure.ac @@ -51,6 +51,7 @@ AC_CONFIG_FILES([ src/modules/montage/Makefile src/modules/pixbounce/Makefile src/modules/plasma/Makefile + src/modules/plato/Makefile src/modules/ray/Makefile src/modules/roto/Makefile src/modules/rtv/Makefile |