mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-08 10:10:54 +03:00
Edit first paragraph under "Light nodes" (#2245)
* Edit first paragraph under "Light nodes" Edited the first paragraph under "Light nodes" for concision. Removed the first part of the second sentence. Instead of noting that lights are discussed later in the article, added internal links. * Grammar fixes in Threadsafe APIs Edited structure of the first and third sentences to improve flow. Corrected "multi threading" to "multithreading" * Revert "Grammar fixes in Threadsafe APIs" This reverts commit696a05420f. (cherry picked from commit1ee685337e)
This commit is contained in:
committed by
Reémi Verschelde
parent
1ff05a6c06
commit
4c19df5d35
@@ -22,10 +22,9 @@ in the :ref:`doc_spatial_material` tutorial.
|
||||
Light nodes
|
||||
-----------
|
||||
|
||||
As mentioned before, there are three types of light nodes: Directional,
|
||||
Omni and Spot. Each has different uses and will be described in
|
||||
detail below, but first let's take a look at the common parameters for
|
||||
lights:
|
||||
There are three types of light nodes: `Directional light`_,
|
||||
`Omni light`_ and `Spot light`_. Let's take a look at the common
|
||||
parameters for lights:
|
||||
|
||||
.. image:: img/light_params.png
|
||||
|
||||
|
||||
Reference in New Issue
Block a user