We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd1998 commit 2796c9aCopy full SHA for 2796c9a
crates/bevy_core_pipeline/src/oit/mod.rs
@@ -49,7 +49,7 @@ pub struct OrderIndependentTransparencySettings {
49
/// The more layers you use the more memory it will use but it will also give better results.
50
/// 8 is generally recommended, going above 32 is probably not worth it in the vast majority of cases
51
pub layer_count: i32,
52
- /// Controls the threshold from which fragments will be added to the blending layers.
+ /// Threshold for which fragments will be added to the blending layers.
53
/// This can be tweaked to optimize quality / layers count. Higher values will
54
/// allow lower number of layers and a better performance, compromising quality.
55
pub alpha_threshold: f32,
0 commit comments