Browse Source

Fix confusing writing in Your first Spatial shader

Hugo Locurcio 4 years ago
parent
commit
9e48634865
1 changed files with 2 additions and 2 deletions
  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