index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Demos
/
GLTeapot
Age
Commit message (
Expand
)
Author
2021-05-19
3DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`
Erik Biederstadt
2021-05-19
GLTeapot: Adds a help menu to the GLTeapot demo
Erik Biederstadt
2021-05-19
GLTeapot: Adds additional error checking when loading files
Erik Biederstadt
2021-05-19
GLTeapot: Add the ability to open 3D files
Erik Biederstadt
2021-05-16
GLTeapot: Add support for loading OBJ files containing extra information
Erik Biederstadt
2021-05-13
LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>
Stephan Unverwerth
2021-05-13
LibGfx: Make Matrix class consistently row-major
Stephan Unverwerth
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-11
GLTeapot: Use glGenLists() a bit to demonstrate that it works
Ali Mohammad Pur
2021-05-09
Demos: Implement basic Lambertian lighting for the GLTeapot
Mathieu Gaillard
2021-05-09
Demos: Add indexed meshes in GLTeapot Demos
Mathieu Gaillard
2021-05-09
Demos: GLTeapot: Enable depth testing in demo
Stephan Unverwerth
2021-05-09
Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect()
Andreas Kling
2021-05-08
Demos: Add OpenGL teapot demo :^)
Jesse Buhagiar