Explorar o código

fragment code was broken

Juan Linietsky %!s(int64=7) %!d(string=hai) anos
pai
achega
435df4190c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      content/3d/making_trees.rst

+ 1 - 0
content/3d/making_trees.rst

@@ -71,6 +71,7 @@ This is the code to create the sway of the leaves. It's basic (just uses a sinew
 Finally all that is left is the fragment shader:
 
 .. code-block:: glsl
+
 	void fragment() {
 		vec4 albedo_tex = texture(texture_albedo,UV);
 		ALBEDO = albedo_tex.rgb;