Bladeren bron

Fix confusing writing in Your first Spatial shader

Hugo Locurcio 4 jaren geleden
bovenliggende
commit
9e48634865
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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