wahn / rs_pbrt

Rust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ...

Home Page:https://www.rs-pbrt.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CreateFBmFloatTexture

wahn opened this issue · comments

There is a test scene which needs that feature:

> pwd
/mill3d/users/jan/Graphics/Rendering/PBRT/pbrt-v3-scenes/bathroom
> ~/git/github/rs_pbrt/target/release/examples/rs_pbrt -i bathroom.pbrt
pbrt version 0.5.2 [Detected 8 cores]
Copyright (c) 2016-2019 Jan Douglas Bert Walter.
...
Integrator "bdpt"
TODO: CreateFBmFloatTexture
...

Basically that is triggered by this line:

> rg fbm
bathroom.pbrt
62:  Texture "cloth-bump-base" "float" "fbm"

After commit 1675d5c:

pbrt

Seems to work fine ... Closing the issue.