Procházet zdrojové kódy

Adjust the speed of Texture 2D array example

Takahiro před 6 roky
rodič
revize
2bd6d155d4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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();