Skip to content

manjogsingh/RayTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RayTracing

The ray tracing algorithm generates photorealistic images from 3-D geometry in a scene. Ray tracers simulate the behavior of light as photons travel from a light source, collide with and bounce off of objects in the scene, and eventually reach the observer. This process can be computationally intensive depending on the scene complexity and number of light sources.

Shading

Lambertian Shading

Lambertian Shading

Phong Shading

Phong Shading

Shading with Shadows

Shading with Shadows

Mirror Reflectance

Mirror Reflectance

Transparency

Transperancy