Skip to content

Releases: AnuarTB/rusty-raytracer

First version

01 Sep 12:12
Compare
Choose a tag to compare

Simple raytracer with support of these features:

  • Diffuse and specular materials
  • Lights (3 types)
  • Reflections
  • Shadows
  • Camera and viewport control (FOV, orientation)
  • Antialising (by multisampling)
  • Simple .obj file reading
  • AABB optimization
  • Multithreading
  • Builder pattern for constructing objects