mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
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.
This commit is contained in:
parent
5ff248649b
commit
834f3c64f0
13 changed files with 10298 additions and 0 deletions
4
Base/res/apps/GLTeapot.af
Normal file
4
Base/res/apps/GLTeapot.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=GLTeapot
|
||||
Executable=/bin/GLTeapot
|
||||
Category=Demos
|
Loading…
Add table
Add a link
Reference in a new issue