Explorar o código

Adjust the speed of Texture 2D array example

Takahiro %!s(int64=6) %!d(string=hai) anos
pai
achega
2bd6d155d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl2_materials_texture2darray.html

+ 1 - 1
examples/webgl2_materials_texture2darray.html

@@ -96,7 +96,7 @@
 			var planeWidth = 50;
 			var planeHeight = 50;
 
-			var depthStep = 0.5;
+			var depthStep = 0.4;
 
 			init();
 			animate();