Skip to content

Introduction to Computer Graphics and image rendering via triangle filling

Notifications You must be signed in to change notification settings

kpetridis24/image-rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

triangle-filling

All necessary information about the project is included in the paper, under the report directory. Everything you need to know about triangle filling and image rendering is extensively discussed with algorithms and graphical illustrations.

To run the code, execute

demo_flat.py

for flat rendering, and

demo_gouraud.py

for smooth rendering. Both files are located inside the src directory. The result is going to be saved under the results directory, overwriting the previously stored images.

About

Introduction to Computer Graphics and image rendering via triangle filling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages