summaryrefslogtreecommitdiff
path: root/Userland/Applications/3DFileViewer/Mesh.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-243DFileViewer: Enable smooth shading in viewer + teapot modelSahan Fernando
2022-01-123DFileViewer: Replace lambertian lighting with GL LightingJesse Buhagiar
2021-11-133DFileViewer: Clean some code for increased readability on MeshPedro Pereira
2021-11-133DFileViewer: Calculate face-normal from vertex-normals of the trianglePedro Pereira
2021-11-133DFileViewer: Add 'normals' to Mesh constructorPedro Pereira
2021-08-18LibGL: Fix glTexCoord behaviourStephan Unverwerth
2021-08-123DFileViewer: Add texture menuStephan Unverwerth
2021-05-263DFileViewer: Support textured modelsJesse Buhagiar
2021-05-193DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`Erik Biederstadt