High quality renderer for pictures #10242
-
Hi all. I am trying to build kind of a virtuell museum or call it 3d picture viewer. So you can walk or fly around and see paintings. Mainly as a learning project of Rust and bevy. And as an example to show art. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Can you share a screenshot showing the quality issues? You'll probably want to generate mipmaps, use 16x anisotropic filtering, and set a bit of a negative mip bias. |
Beta Was this translation helpful? Give feedback.
The quality looks fine other than the brightness and contrast being off.
Set
unlit
totrue
on the material if you want to see the paintings as-is without any lighting applied.You could also try placing a spotlight by the paintings.