Skip to content

Commit 0c9ce77

Browse files
authored
Merge pull request #11068 from belzecue/belzecue-patch-250629-paraboloid
Fix typos: 'parabolid' -> 'paraboloid'
2 parents e8be7de + 071643b commit 0c9ce77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/3d/lights_and_shadows.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ Omni light shadow mapping is relatively straightforward. The main issue that
296296
needs to be considered is the algorithm used to render it.
297297

298298
Omni Shadows can be rendered as either **Dual Paraboloid** or **Cube** mapped.
299-
**Dual Parabolid** renders quickly, but can cause deformations, while **Cube**
299+
**Dual Paraboloid** renders quickly, but can cause deformations, while **Cube**
300300
is more correct, but slower. The default is **Cube**, but consider changing it
301-
to **Dual Parabolid** for lights where it doesn't make much of a visual
301+
to **Dual Paraboloid** for lights where it doesn't make much of a visual
302302
difference.
303303

304304
.. image:: img/lights_and_shadows_dual_parabolid_vs_cubemap.webp
@@ -348,7 +348,7 @@ Spot shadow mapping
348348
Spots feature the same parameters as omni lights for shadow mapping. Rendering
349349
spot shadow maps is significantly faster compared to omni lights, as only one
350350
shadow texture needs to be rendered (instead of rendering 6 faces, or 2 in dual
351-
parabolid mode).
351+
paraboloid mode).
352352

353353
Spot lights with shadows enabled can make use of projectors. The projector
354354
texture will *multiply* the light's color by the color at a given point on the

0 commit comments

Comments
 (0)