Skip to content

readleyj/GoTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoTracer

A ray tracer written in Go following the The Ray Tracer challenge

image Reflection/Refraction

image Soft Shadows

image Cylinders

image Table

image Refraction

image Default scene

image

Sphere

Features

  • Primitives (Spheres, Cubes, Cones, Cylinders, Planes, Triangles, CSG)
  • Point and Area Lights
  • Support for multiple lights
  • Bounding Volume Hierarchy(BVH) / Bounding Box
  • Phong Shading, Shadows, Reflection, Refraction
  • Soft Shadows
  • Groups
  • .obj file parsing and triangulation

Releases

No releases published

Packages

No packages published

Languages