The test scene `bump-sphere.pbrt` contains a `ScaleTexture`: ```shell $ grep '"scale"' assets/scenes/bump-sphere.pbrt Texture "sbump" "float" "scale" "texture tex1" "bump" "float tex2" [-.1] ``` This is not implemented (yet) on the Rust side ...