M Cargo.lock => Cargo.lock +1 -1
@@ 983,7 983,7 @@ dependencies = [
[[package]]
name = "rs_pbrt"
-version = "0.9.6"
+version = "0.9.7"
dependencies = [
"atom",
"atomic",
M Cargo.toml => Cargo.toml +1 -1
@@ 2,7 2,7 @@
authors = ["Jan Walter <jan@janwalter.com>"]
edition = "2018"
name = "rs_pbrt"
-version = "0.9.6"
+version = "0.9.7"
license = "MIT OR Apache-2.0"
license-file = "LICENSE.rtf"
readme = "README.md"
M README.md => README.md +1 -1
@@ 26,7 26,7 @@ https://www.rs-pbrt.org/doc/crates/rs_pbrt/index.html
```shell
> cargo build --release --no-default-features
> ./target/release/rs_pbrt --help
-rs_pbrt 0.9.6
+rs_pbrt 0.9.7
Parse a PBRT scene file (extension .pbrt) and render it
USAGE:
M docs/source/conf.py => docs/source/conf.py +1 -1
@@ 22,7 22,7 @@ copyright = '2022, Jan Douglas Bert Walter'
author = 'Jan Douglas Bert Walter'
# The full version, including alpha/beta/rc tags
-release = '0.9.6'
+release = '0.9.7'
# -- General configuration ---------------------------------------------------
M docs/source/getting_started.rst => docs/source/getting_started.rst +3 -3
@@ 117,7 117,7 @@ you get a simple **usage** message of the main executable ``rs_pbrt``:
# relative path to executable rs_pbrt (assuming release build)
./target/release/rs_pbrt --help
# output
- rs_pbrt 0.9.6
+ rs_pbrt 0.9.7
Parse a PBRT scene file (extension .pbrt) and render it
USAGE:
@@ 146,7 146,7 @@ The **version** can be checked by:
# print version number
./target/release/rs_pbrt --version
# output
- rs_pbrt 0.9.6
+ rs_pbrt 0.9.7
Your first rendered image
=========================
@@ 159,7 159,7 @@ render a `PNG`_ image (currently always being called ``pbrt.png``):
# specifing an input file
./target/release/rs_pbrt ~/git/gitlab/rs-pbrt-test-scenes/pbrt/cornell_box/cornell_box.pbrt
# output
- pbrt version 0.9.6 (unknown) [Detected 4 cores]
+ pbrt version 0.9.7 (unknown) [Detected 4 cores]
Copyright (c) 2016-2022 Jan Douglas Bert Walter.
Rust code based on C++ code by Matt Pharr, Greg Humphreys, and Wenzel Jakob.
Film "image"