We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e1144a + 5d941e5 commit 8f772f6Copy full SHA for 8f772f6
tutorials/shaders/visual_shaders.rst
@@ -224,7 +224,7 @@ Switch node
224
~~~~~~~~~~~
225
226
The ``Switch`` node returns a vector if the boolean condition is ``true`` or
227
-``false``. ``Boolean`` was introduced above. If you convert a vector to a true
228
-boolean, all components of the vector should be above zero.
+``false``. ``Boolean`` was introduced above. If you want to convert a vector
+to a true boolean, all components of the vector should be non-zero.
229
230
.. image:: img/vs_switch.webp
0 commit comments