bevy/crates/bevy_pbr/src
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
..
environment_map Allow tuples and single plugins in add_plugins, deprecate add_plugin (#8097) 2023-06-21 20:51:03 +00:00
prepass Add morph targets (#8158) 2023-06-22 20:00:01 +00:00
render Bias texture mipmaps (#7614) 2023-06-22 20:55:05 +00:00
ssao Screen Space Ambient Occlusion (SSAO) MVP (#7402) 2023-06-18 21:05:55 +00:00
alpha.rs Add FromReflect where Reflect is used (#8776) 2023-06-19 16:18:17 +00:00
bundle.rs Add FromReflect where Reflect is used (#8776) 2023-06-19 16:18:17 +00:00
fog.rs Add FromReflect where Reflect is used (#8776) 2023-06-19 16:18:17 +00:00
lib.rs Allow tuples and single plugins in add_plugins, deprecate add_plugin (#8097) 2023-06-21 20:51:03 +00:00
light.rs Add FromReflect where Reflect is used (#8776) 2023-06-19 16:18:17 +00:00
material.rs Add morph targets (#8158) 2023-06-22 20:00:01 +00:00
parallax.rs Add parallax mapping to bevy PBR (#5928) 2023-04-15 10:25:14 +00:00
pbr_material.rs Add FromReflect where Reflect is used (#8776) 2023-06-19 16:18:17 +00:00
wireframe.rs Allow tuples and single plugins in add_plugins, deprecate add_plugin (#8097) 2023-06-21 20:51:03 +00:00