Update: CC - Demo New - Entity Loaded (tuby5lj4di.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2018-02-19 12:08:25 +01:00
parent e4e8592800
commit 931e33b6de
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ GameLib.CustomCode.prototype.generateAttributeData = function(index, width, heig
for (y = 0; y < height; y++) {
h = heightData[(y * width) + x];
z = h * 20;
z = h * 50;
scale = h * 1.9;
offsets.push((x - 64) * 2, (64 - y) * 2, z);