Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 471 Bytes

README.markdown

File metadata and controls

35 lines (27 loc) · 471 Bytes

HRayTrace

A Simple Ray Tracer in Haskell

Features

  • Diffuse lighting
  • Specular lighting
  • Shadows (Simple obstructions)

Supported Shapes

  • Spheres
  • Cubes
  • Planes
  • Polygons

Pending Features

  • Reflection
  • Refraction
  • Global illumination

Progress

Super sampled at 256 rays / pixel
render

Authors

  • Chris Wu
  • Jack Huang