mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:57: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
|
@ -2,6 +2,7 @@ add_subdirectory(CatDog)
|
|||
add_subdirectory(Cube)
|
||||
add_subdirectory(Eyes)
|
||||
add_subdirectory(Fire)
|
||||
add_subdirectory(GLTeapot)
|
||||
add_subdirectory(LibGfxDemo)
|
||||
add_subdirectory(LibGfxScaleDemo)
|
||||
add_subdirectory(Mouse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue