This page contains webassembly and javascript content, please enable javascript in your browser.
Raytracer
A basic
raytracer
implementation in
Rust
based on the
Ray Tracing in One Weekend
book.
Image Width:
Image Height:
Samples per Pixel (Higher the better):
Max Depth (Max number of interactions a ray can have with the world):
Rendering...
Generate
Time taken: {{ time_taken.toFixed(2) }} ms