Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Blotz/raytracing

Repository files navigation

Raytracing

A simple raytracer works in 3 steps:

  1. calculate the ray from eye to pixel
  2. determine if the ray intersects with any objects
  3. compute the color of that object

In other words, the camara is made up of two parts

  1. the eye
  2. the screen The eye is where the rays originate from. The screen is what our final image will

About

raytracer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published