Skip to content

andraantariksa/cit310-visible-surface-rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visible Surface Rendering

Software 3D visible surface detection from scratch.

Preview

Project specification: https://drive.google.com/file/d/1P8CvyMibf9ybc6awHf14rL9yykMASFDB/view?usp=sharing Documentation: https://docs.google.com/document/d/1R-9qPYU4d2uEHgacrtewMTQuhr-W_LVN5OjD2--VuDs/edit?usp=sharing

Features

Build Instructions

git submodule update --init --recursive
mkdir build/
cd build/
cmake ..
cmake --build . --target all

License

Licensed under GNU GPL-v3

About

Software 3D visible surface detection using Z-Buffer and Painter's Algorithm from scratch

Resources

License

Stars

Watchers

Forks

Packages

No packages published