mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03: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
|
9965
Base/res/gl/teapot.obj
Normal file
9965
Base/res/gl/teapot.obj
Normal file
File diff suppressed because it is too large
Load diff
BIN
Base/res/icons/16x16/app-teapot.png
Normal file
BIN
Base/res/icons/16x16/app-teapot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 472 B |
BIN
Base/res/icons/32x32/app-teapot.png
Normal file
BIN
Base/res/icons/32x32/app-teapot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,010 B |
Loading…
Add table
Add a link
Reference in a new issue