Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 654 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 654 Bytes

RayTran

Ray Tracer in pure Fortran

Ray tracing code based upon Peter Shirleys book series: Raytracing in ...

Currently renders spheres only.

Features

  • Soft Shadows
  • Reflection/refraction
  • Lambertian, metallic and dielectirc materials
  • more

To install: clone then use install.sh file ./install.sh

Sample output for 1024 rays per pixel Sample image

To Do

  • speed up
  • eliminate "fireflies"
  • Add more primatives (triangles etc.)
  • Ability to read scene files (.obj etc)
  • More...