Skip to content

Commit

Permalink
oidnv2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
float3 committed Apr 5, 2024
1 parent 8bf9d20 commit fab7462
Show file tree
Hide file tree
Showing 20 changed files with 151 additions and 112 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[env]
OIDN_DIR = { value = "./oidn/oidn", reative = true }
LD_LIBRARY_PATH = { value = "./oidn/oidn/lib", relative = true }
OIDN_VER = "v2.2.2"
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
export LD_LIBRARY_PATH=./oidn/oidn/lib:$LD_LIBRARY_PATH
cargo run --release -F thread_rng -F oidn --no-default-features -- --multiplier=4 --all
cargo test --release -F thread_rng -F oidn --no-default-features --all-targets --all
- name: commit
run: |
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:

concurrency:
group: "tests"
cancel-in-progress: true

jobs:
tests:
Expand All @@ -30,12 +29,3 @@ jobs:
run: |
export LD_LIBRARY_PATH=./oidn/oidn/lib:$LD_LIBRARY_PATH
cargo test --release --all-features --all-targets --all
cargo test --release -F oidn -F thread_rng --no-default-features --all-targets --all
- name: commit
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add tests
git commit -m "tests"
git push
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ oidn = [
[dependencies]
cfg-if = "1.0.0"
num-traits = "0.2.18"
oidn = { git = "https://github.com/Twinklebear/oidn-rs.git", optional = true }
oidn = { git = "https://github.com/float3/oidn-rs.git", optional = true }
png = "0.17.13"
rand = { version = "0.8.5" }
rayon = "1.10.0"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
![Checkered Floor](./renders/checkered_floor.png)
![Mirror Ball](./renders/mirror_ball.png)
![Cornell Box](./renders/cornell_box.png)
![Red Ball](./renders/red_ball.png)

# this pathtracer has the following interesting features:
- [x] Importance Sampling
Expand Down
Loading

0 comments on commit fab7462

Please sign in to comment.