Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 422 Bytes

Introduction

This is a implementation of a ray tracer, inspired by the book Ray Tracing in One Weekend. This is still a work in progress.

Dependencies

Instead of implementing a vec3, I used Vector3 from the geometric crate.

Things left to do:

  • Anti-aliasing
  • Different materials for the spheres
  • Different positions for the camera