bevy/crates/bevy_render/src/camera
JMS55 724e69bff4
Bias texture mipmaps (#7614)
# Objective

- Closes #7323 
- Reduce texture blurriness for TAA

## Solution

- Add a `MipBias` component and view uniform.
- Switch material `textureSample()` calls to `textureSampleBias()`.
- Add a `-1.0` bias to TAA.

---

## Changelog

- Added `MipBias` camera component, mostly for internal use.

---------

Co-authored-by: François <mockersf@gmail.com>
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2023-06-22 20:55:05 +00:00
..
camera_driver_node.rs Disable camera on window close (#8802) 2023-06-10 19:50:37 +00:00
camera.rs Bias texture mipmaps (#7614) 2023-06-22 20:55:05 +00:00
manual_texture_view.rs Add RenderTarget::TextureView (#8042) 2023-06-19 13:53:05 +00:00
mod.rs Allow tuples and single plugins in add_plugins, deprecate add_plugin (#8097) 2023-06-21 20:51:03 +00:00
projection.rs Add FromReflect where Reflect is used (#8776) 2023-06-19 16:18:17 +00:00