summaryrefslogtreecommitdiff
path: root/Userland/Demos/GLTeapot
AgeCommit message (Expand)Author
2021-05-193DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`Erik Biederstadt
2021-05-19GLTeapot: Adds a help menu to the GLTeapot demoErik Biederstadt
2021-05-19GLTeapot: Adds additional error checking when loading filesErik Biederstadt
2021-05-19GLTeapot: Add the ability to open 3D filesErik Biederstadt
2021-05-16GLTeapot: Add support for loading OBJ files containing extra informationErik Biederstadt
2021-05-13LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>Stephan Unverwerth
2021-05-13LibGfx: Make Matrix class consistently row-majorStephan Unverwerth
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-11GLTeapot: Use glGenLists() a bit to demonstrate that it worksAli Mohammad Pur
2021-05-09Demos: Implement basic Lambertian lighting for the GLTeapotMathieu Gaillard
2021-05-09Demos: Add indexed meshes in GLTeapot DemosMathieu Gaillard
2021-05-09Demos: GLTeapot: Enable depth testing in demoStephan Unverwerth
2021-05-09Demos: Fix a bunch of incorrect use of GUI::PaintEvent::rect()Andreas Kling
2021-05-08Demos: Add OpenGL teapot demo :^)Jesse Buhagiar