Explorar el Código

Fix blur on cube texture.

clementlandrin hace 1 año
padre
commit
e499664d74
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      h3d/pass/Blur.hx

+ 1 - 1
h3d/pass/Blur.hx

@@ -7,7 +7,7 @@ class Blur extends ScreenFx<h3d.shader.Blur> {
 					h3d.Matrix.L([0,0,1,0, 0,-1,0,0, -1,0,0,0]),
 	 				h3d.Matrix.L([1,0,0,0, 0,0,1,0, 0,1,0,0]),
 	 				h3d.Matrix.L([1,0,0,0, 0,0,-1,0, 0,-1,0,0]),
-				 	h3d.Matrix.L([1,0,0,0, 0,-1,0,0, 0,1,0,0]),
+				 	h3d.Matrix.L([1,0,0,0, 0,-1,0,0, 0,0,1,0]),
 				 	h3d.Matrix.L([-1,0,0,0, 0,-1,0,0, 0,0,-1,0]) ];
 
 	/**