-
With the attached scene, the BDPT and volpath integrators give significantly different results: the image is 12% brighter overall with volpath; this can be easily seen in the floor area, for example.
…
-
Hi,
The "bathroom" scene from the repository produces different results with bdpt and path (the latter being significantly brighter in the direct illumination). The images below are the results fro…
pgrit updated
5 years ago
-
Did we break anything by replacing the sampler traits by `enum`?
`Integrator "ambientocclusion" `:
```shell
> imf_diff -d -f pbrt_rust.exr pbrt.exr
pbrt_rust.exr pbrt.exr: no differences.
== …
-
Hi,
I recently pulled the latest changes into my fork of MitsubaToFRenderer and when I tried to compile the code I ran into the following error:
```
include/../src/integrators/bdpt/bdpt.h:76:15…
-
KPI table has the new style but the chart - the old one
-
In C++ the **class** `SurfaceInteraction` looks like this:
```c++
class SurfaceInteraction : public Interaction {
public: …
-
There is a test scene which needs that feature:
```sh
> pwd
/mill3d/users/jan/Graphics/Rendering/PBRT/pbrt-v3-scenes/bathroom
> ~/git/github/rs_pbrt/target/release/examples/rs_pbrt -i bathroom.p…
-
It would be great to have a rendering preview to show progress and allow to verify the whether the result is going to meet the expectations before the rendering is finished and written to file.
-
It looks like Oidn doesn't work with Bidirectional path tracing renderings (with Metropolis sampler and spectral rendering) like this one:
![reference](https://user-images.githubusercontent.com/324…
-
I'm going to move the **documentation** to a new web page:
https://www.rs-pbrt.org/doc/crates/pbrt/index.html
There are some hardcoded paths to [https://www.janwalter.org](https://www.janwalter.…