Skip to content

Commit

Permalink
Adjust the speed of Texture 2D array example
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirox committed Mar 5, 2019
1 parent 7b4cfba commit 2bd6d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl2_materials_texture2darray.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
var planeWidth = 50;
var planeHeight = 50;

var depthStep = 0.5;
var depthStep = 0.4;

init();
animate();
Expand Down

0 comments on commit 2bd6d15

Please sign in to comment.