Explorar o código

Examples: Fix tile glitch in minecraft demo. (#22657)

Michael Herzog %!s(int64=4) %!d(string=hai) anos
pai
achega
3abe68b756

BIN=BIN
examples/screenshots/webgl_geometry_minecraft.jpg


+ 1 - 1
examples/webgl_geometry_minecraft.html

@@ -214,7 +214,7 @@
 
 			function getY( x, z ) {
 
-				return ( data[ x + z * worldWidth ] * 0.2 ) | 0;
+				return ( data[ x + z * worldWidth ] * 0.15 ) | 0;
 
 			}