gouraud
There are 5 repositories under gouraud topic.
mdoege/dancing_teapot
A simple software renderer in Python using Gouraud shading
ArthurFerreira2/3D
Implementing low level algorithms to plot pixels, draw lines (clipping), triangles, shapes and 3D objects (Z-buffer) in 5 rendering modes including Gouraud and Phong shading.
bentoBAUX/Basic-Lighting-Models-in-HLSL
This repository includes the implementation of basic lighting models used throughout the history of CGI. The project is made in Unity and written in HLSL.
cmh25/s3de
software 3d engine
dylanperdigao/OpenGL_Shaders
Graphical Computation of a shader in OpenGL. This is a comparison with two models of illumination: Phong and Gouraud. (UC, 2021)