浏览代码

Fix confusing writing in Your first Spatial shader

Hugo Locurcio 4 年之前
父节点
当前提交
9e48634865
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tutorials/shading/your_first_shader/your_first_spatial_shader.rst

+ 2 - 2
tutorials/shading/your_first_shader/your_first_spatial_shader.rst

@@ -270,8 +270,8 @@ a second noise texture.
 
   uniform sampler2D normalmap;
 
-Set this second uniform texture to another NoiseTexture with another OpenSimplexNoise. But this time, check
-off "As Normalmap".
+Set this second uniform texture to another NoiseTexture with another
+OpenSimplexNoise. But this time, check **As Normalmap**.
 
 .. image:: img/normal-set.png