Skip to content

Attempt to write a simple image generator that uses ray tracing

Notifications You must be signed in to change notification settings

Caz1609/rayTracing-imgGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Project to write an image generator for a collection of objects placed in space using ray tracing. The project is written in C++ and will likely continue being that way.

Current Goals

  • Generate image with plane parallel to image plane
  • Generate image with sphere
  • Generate image with multiple spheres
  • Add the ability to use a light source instead of sticking to assuming the objects to be well lit.
  • Improve shading from light sources.
  • Generate image with single plane not parallel to image plane
  • Generate image with multiple planes
  • Add the ability to use 3D object
  • Add the ability to do multiple types of objects such as cubes, sphere, etc.
  • Add reflection and refraction

About

Attempt to write a simple image generator that uses ray tracing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published