Skip to content

mzwang34/smallRasterizer

Repository files navigation

Small Raterizer

Features

  • Back face culling
  • Perspective correct interpolation
  • Normal mapping
  • Texture mapping
  • Blinn-Phong mapping
  • Bump mapping
  • Physically based rendering

Running

mkdir build
cd build
cmake -G "MinGW Makefiles" .. (first time) / cmake ..
make
./smallRasterizer

Results

Acknowledgement

The code is based on GAMES101, GAMES202 and Tiny Renderer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published