Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanKr committed Sep 23, 2024
2 parents d70ecba + fe5ebf1 commit 07e47c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `Min Gradient` and `Max Gradient` values set the minimum and maximum pressur

## Experimental Settings

The experimental settings offer toggles for experimental features which are disabled / hidden by default. These features might be incomplete, broken or subject to change in the future.
Experimental settings offer toggles for experimental features which are disabled / hidden by default. These features might be incomplete, broken or subject to change in the future.

The `Frequency analyzer` toggle enables the use of the [frequency plot](./plots/frequency.md). There is a known bug in the analysis of white noise or Gaussian sources post-diffraction, characterized by the emergence of unexplainable high-frequency components.

Expand Down
2 changes: 1 addition & 1 deletion src/ui/render_area.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Rendering happens each frame of the UI-Thread (VSynced to your monitor, usually

## Gamma Correction

The pixel buffer used ([bevy_pixel_buffer](https://github.com/Zheoni/bevy_pixel_buffer)) for rendering is in linear color space. This means that the colors are not gamma corrected. To correct this, a gamma correction is applied to the gradient colors using the gamma value 2.2.
The pixel buffer used ([bevy_pixel_buffer](https://github.com/Zheoni/bevy_pixel_buffer)) for rendering is stroring pixel values in linear color space. This means that the colors are not gamma corrected. To correct this, a gamma correction is applied to the gradient colors using the gamma value 2.2.

0 comments on commit 07e47c4

Please sign in to comment.