Skip to content

Commit a57019c

Browse files
committed
Prepare v0.9.2 release.
1 parent f015eef commit a57019c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Jan Walter <[email protected]>"]
33
edition = "2018"
44
name = "rs_pbrt"
5-
version = "0.9.1"
5+
version = "0.9.2"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/wahn/rs_pbrt"

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://www.janwalter.org/doc/rust/pbrt/index.html
2020
```shell
2121
> cargo build --release --no-default-features
2222
> ./target/release/rs_pbrt --help
23-
rs_pbrt 0.9.1
23+
rs_pbrt 0.9.2
2424
Parse a PBRT scene file (extension .pbrt) and render it
2525

2626
USAGE:
@@ -31,6 +31,10 @@ FLAGS:
3131
-V, --version Prints version information
3232

3333
OPTIONS:
34+
--cropx0 <cropx0> Specify an image crop window <x0 x1 y0 y1> [default: 0.0]
35+
--cropx1 <cropx1> Specify an image crop window <x0 x1 y0 y1> [default: 1.0]
36+
--cropy0 <cropy0> Specify an image crop window <x0 x1 y0 y1> [default: 0.0]
37+
--cropy1 <cropy1> Specify an image crop window <x0 x1 y0 y1> [default: 1.0]
3438
-t, --nthreads <nthreads> use specified number of threads for rendering [default: 0]
3539

3640
ARGS:

0 commit comments

Comments
 (0)