瀏覽代碼

Adjust the speed of Texture 2D array example

Takahiro 6 年之前
父節點
當前提交
2bd6d155d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();