Skip to content

sawamotokai/raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raytracer

Implemented a basic raytracer without libraries and framework with vanila C++.

image sample

An example image created by this program

Some of the features below are attributed this book

  • Sphere
  • Materials
    • Metal
    • Dielectric
    • Lambertian (matte)
  • Refraction
  • Reflection
  • Depth of field

I implemented the following features:

  • Box, Triangle, Rectangle
  • Soft shadow
  • Light sources
    • point light
    • parallel light
  • Gloss (blinn coloring)

TODO:

  • add 3d alphabets to diplay my name in the scene
  • application to data visualization
  • Torus
  • Fractal

About

Raytracer with vanila C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages