mmp/pbrt-v4-scenes

Texture for sportscar missing

wahn opened this issue · 1 comments

wahn commented
pbrt sportscar-sky.pbrt
pbrt version 4 (built Aug 20 2020 at 11:25:44)
Copyright (c)1998-2020 Matt Pharr, Wenzel Jakob, and Greg Humphreys.
The source code to pbrt (but *not* the book contents) is covered by the BSD License.
See the file LICENSE.txt for the conditions of the license.
Error: Unable to read image file "textures/sky.exr": Cannot read image file "textures/sky.exr". No such file or directory.

There are other textures in other directories which I could link to (or copy over) but they might be not the ones shipping with that particular scene:

find .. -name sky.exr -exec ls -lag {} \;
-rw-r--r-- 1 jan 23261141 Aug 20 11:31 ../villa/textures/sky.exr
-rw-r--r-- 1 jan 24459819 Aug 20 11:31 ../transparent-machines/textures/sky.exr
-rw-r--r-- 1 jan 1523025 Aug 20 11:31 ../sanmiguel/textures/sky.exr
-rw-r--r-- 1 jan 94939234 Aug 20 11:31 ../smoke-plume/textures/sky.exr
-rw-r--r-- 1 jan 23480046 Aug 20 11:31 ../landscape/textures/sky.exr
-rw-r--r-- 1 jan 3433 Aug 20 11:31 ../ganesha/textures/sky.exr
-rw-r--r-- 1 jan 1880396 Aug 20 11:31 ../barcelona-pavilion/textures/sky.exr
mmp commented

Fixed--thanks!