Learning raytracing with Ray Tracing In One Week Series.
cargo build
cargo run > image.ppm
# To render the two spheres scene, please use release build.
# btw, still slow for now :(
cargo run --release > image.ppm
Learning raytracing with Ray Tracing In One Week Series.
cargo build
cargo run > image.ppm
# To render the two spheres scene, please use release build.
# btw, still slow for now :(
cargo run --release > image.ppm