Skip to content

Commit 0d922de

Browse files
authored
Fix typos in reflections documentation
1 parent 6ed053a commit 0d922de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • manual/graphics/lighting/reflections

manual/graphics/lighting/reflections/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
One of the key aspects in bringing realism into your scenes is creating a proper **reflection environment**.
66
Many materials like metals, marbles or shiny plastics rely on having reflections in all directions.
7-
Flax Engine offsers wide variety of features to setup scenes for reflections.
7+
Flax Engine offers a wide variety of features to setup scenes for reflections.
88

99
## Environment Probes
1010

@@ -20,7 +20,7 @@ To learn more about placing and using *environment probes* see this dedicated [p
2020

2121
![Screen Space Reflections](../../post-effects/media/screen-space-reflections.png)
2222

23-
Using environment probes may be very limited, and in many siturations objects may suffer from invalid reflection color. For those situations, using the **Screen Space Reflections** (*SSR*) effect helps with creating realistic local reflections. This effect is rendered in screen space, which means only objects that are already on the screen can be reflected (it doesn't work for offscreen or obscured objects).
23+
Using environment probes may be very limited, and in many situations objects may suffer from invalid reflection color. For those situations, using the **Screen Space Reflections** (*SSR*) effect helps with creating realistic local reflections. This effect is rendered in screen space, which means only objects that are already on the screen can be reflected (it doesn't work for offscreen or obscured objects).
2424

2525
This means SSR works well in enclosed areas such as corridors and rooms, but less well in open spaces, where you'd expect more of the world to be reflected. They also work best on bumpy surfaces, which hide imperfections in reflections, and less well on very glossy, mirror-like surfaces. Missing reflections are noticeable in mirrors, for example. As a fallback, values from existing Environment Probes are used for reflection color.
2626

@@ -30,9 +30,9 @@ To learn more about using *Screen Space Reflections* see the dedicated [page](..
3030

3131
![Reflections Debug](media/reflections-debug.png)
3232

33-
Flax Editor provides a built-in option to debug full scene reflections right inside the editor viewport. To do this, click the **View** widget and select the option **Debug View -> Reflections Buffer**. This will change theview mode. To revert choose *Default* option.
33+
Flax Editor provides a built-in option to debug full scene reflections right inside the editor viewport. To do this, click the **View** widget and select the option **Debug View -> Reflections Buffer**. This will change the view mode. To revert choose *Default* option.
3434

3535
![Reflections Debug](media/reflections-debug-option.jpg)
3636

3737
> [!Note]
38-
> To learn more about *Debug View* and other debugging tools see the related page [here](../../debugging-tools/debug-view.md).
38+
> To learn more about *Debug View* and other debugging tools see the related page [here](../../debugging-tools/debug-view.md).

0 commit comments

Comments
 (0)