wahn/rs_pbrt

CreateFBmFloatTexture

wahn opened this issue · 1 comments

wahn commented

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"
wahn commented

After commit 1675d5c:

pbrt

Seems to work fine ... Closing the issue.