thumb.mp4
cargo run --release -- spheres
cargo run --release -- many-spheres
cargo run --release -- many-boxes
cargo run --release -- lighted-spheres
cargo run --release -- cornell-box
# with full options
cargo run --release -- \
--width 1600 \
--height 1600 \
--num-rays 8192 \
--num-reflections 256 \
--output "cornell-box.png" \
cornell-box
# Make an animation (anim/1.png, anim/2.png, ...)
cargo run --release -- \
--width 1024 \
--height 1024 \
--num-rays 8192 \
--num-reflections 256 \
--animation \
--output "anim" \
cornell-box
- 週末レイトレーシング (翻訳)
- 週末レイトレーシング - 達人出版会
- Physically Based Rendering: From Theory to Implementation
- awesome-ray-tracing: Curated list of ray tracing resources
- Computer Graphics - memoRANDOM
- Courses - p-ray