pbrt 0.1.5

Rust implementation of https://pbrt.org/
Documentation
1
2
3
4
5
6
7
#!/bin/sh
cargo +nightly fmt -- --check
cargo test --features=float-as-double --quiet
FILES_AFFECTED=$(git diff --name-only --diff-filter=AMR|xargs)
if [ ! -z "${FILES_AFFECTED}" ]; then
  scripts/insert.py --presubmit ${FILES_AFFECTED:?}
fi