gysiang / miniRT

A humble ray tracer engine in C
0 stars 0 forks source link

Camera Feature #10

Open gysiang opened 4 hours ago

gysiang commented 4 hours ago
  1. Learn how the camera works for ray tracing and how to use the data given to implement something in the code
  2. Learn how ray tracing works and find the relevant formulas that might be needed.
itben-h commented 4 hours ago

Here are some resources on raytracing that i've used: https://www.scratchapixel.com/index.html https://www.purplealienplanet.com/node/20 https://raytracing.github.io/books/RayTracingInOneWeekend.html