Skip to content

different-error/RayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayTracer

In this project I implement fully functional ray-tracer from scratch in C. You can see the increments in the folder sequence: RT1 to RT4. Each folder comes with a makefile. To build, simply run make. To run, ./main input-file-name Here I am using my own input file format. The full ray-tracer can be found in RT4 and implements:

  1. Spheres, ellipses, polygons
  2. Multiple light sources
  3. Texture maps
  4. Shadows
  5. Reflection
  6. Refraction
  7. Depth-of-field

Makefile written only for linux but all code is written generically so you could change gcc to your preffered compiler and it should theoretically build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors