Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr_Flamingo

Entry for the Computer Graphics Final Image competition at University of Toronto. I thought it would be fun to make a 3D model of a Flamingo (Mr. Flamingo) using Blender and render an image with him using raytracing techniques. This rendering uses the Blinn-Phong shading model to model Lambertian (diffuse) reflectance and specular light (shiny objects). Additionally, I have also incorporated reflection and refraction of rays hitting Mr. Flamingo and the amazing beach he's chilling at.

How to run

In order to compile and run the raytracing algorithm to generate the image, perform the following steps:

Compile

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release

Run make if you are on Mac or Linux

Run

./raytracing

Results

flamingo

About

3D simulation of catching Mr. Flamingo using a net

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages