gouraud

There are 5 repositories under gouraud topic.

  • dancing_teapot

    mdoege/dancing_teapot

    A simple software renderer in Python using Gouraud shading

    Language:Python5212
  • 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.

    Language:C2111
  • Basic-Lighting-Models-in-HLSL

    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.

    Language:ShaderLab1
  • cmh25/s3de

    software 3d engine

    Language:C0100
  • dylanperdigao/OpenGL_Shaders

    Graphical Computation of a shader in OpenGL. This is a comparison with two models of illumination: Phong and Gouraud. (UC, 2021)

    Language:C++20