소스 검색

Fix typo in visual shaders regarding switch node
Clarified that the last sentence is an
instruction, and rectified the state of the
components necessary to provide the output as
true

fearwalia 8 달 전
부모
커밋
5d941e522d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tutorials/shaders/visual_shaders.rst

+ 2 - 2
tutorials/shaders/visual_shaders.rst

@@ -224,7 +224,7 @@ Switch node
 ~~~~~~~~~~~
 
 The ``Switch`` node returns a vector if the boolean condition is ``true`` or
-``false``. ``Boolean`` was introduced above. If you convert a vector to a true
-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.
 
 .. image:: img/vs_switch.webp