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 cc2000e commit b172d68Copy full SHA for b172d68
examples/3d/post_processing.rs
@@ -22,7 +22,7 @@ const ADJUSTMENT_SPEED: f32 = 0.002;
22
/// The maximum supported chromatic aberration intensity level.
23
const MAX_CHROMATIC_ABERRATION_INTENSITY: f32 = 0.4;
24
25
-/// The maximun supported film grain intensity level.
+/// The maximum supported film grain intensity level.
26
const MAX_FILM_GRAIN_INTENSITY: f32 = 0.2;
27
28
/// The settings that the user can control.
0 commit comments