Browse Source

Fix typo "parabolid" -> "paraboloid" (#3902)

Omicron 5 years ago
parent
commit
64c0747eaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      about/list_of_features.rst

+ 1 - 1
about/list_of_features.rst

@@ -164,7 +164,7 @@ Vulkan renderer.
 
 - *DirectionalLight:* Orthogonal (fastest), PSSM 2-split and 4-split.
   Supports blending between splits.
-- *OmniLight:* Dual parabolid (fast) or cubemap (slower but more accurate).
+- *OmniLight:* Dual paraboloid (fast) or cubemap (slower but more accurate).
   Supports colored projector textures in the form of panoramas.
 - *SpotLight:* Single texture. Supports colored projector textures.
 - Shadow pancaking to decrease the amount of visible shadow acne and peter-panning.