diff options
author | Jesse Buhagiar <jooster669@gmail.com> | 2021-05-03 00:19:50 +1000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-08 10:13:22 +0200 |
commit | 834f3c64f0b54d14d8d5a39d670934d3a64a7f80 (patch) | |
tree | a9f619439fcd7294b0fded0e04bc839c2a3f7ea3 /Base/res/apps | |
parent | 5ff248649bc171fe360e7c188aaab62c21f89639 (diff) | |
download | serenity-834f3c64f0b54d14d8d5a39d670934d3a64a7f80.zip |
Demos: Add OpenGL teapot demo :^)
Every GL library needs an implementation of this!
Currently drawn with "pixel vomit" colours as we don't
yet support lighting via the GL library.
This also ships with a super basic Wavefront OBJ loader.
Diffstat (limited to 'Base/res/apps')
-rw-r--r-- | Base/res/apps/GLTeapot.af | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/res/apps/GLTeapot.af b/Base/res/apps/GLTeapot.af new file mode 100644 index 0000000000..d1ab7ec9e6 --- /dev/null +++ b/Base/res/apps/GLTeapot.af @@ -0,0 +1,4 @@ +[App] +Name=GLTeapot +Executable=/bin/GLTeapot +Category=Demos |