Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 604 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 604 Bytes

c-3do Build Status

A small software renderer in C.

This is a personal project to learn more about computer graphics. The goal: from using only a function to set the color of a single pixel, implement everything needed to render 3D-models.

Models

c-3do loads models in the Wavefront .obj-format.

Progress images

Goraud triangle Goraud shading + Z-buffering nad textures