Update: CC - Demo New - Key Up (ip0443a52d.js) 12 bytes modified

beta.r3js.org
-=yb4f310 2018-02-15 09:34:30 +01:00
parent 499498bf06
commit 18c6d3b710
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if (data.code === 'KeyL') {
height = heightData[(y * 128) + x] * 10;
scale = height * 0.1;
offsets.push(x - 64, 64 - y, height);
offsets.push((x - 64) * 2, (64 - y) * 2, height);
orientations.push(0, 0, 0, 1);
//scales.push(scale, scale, scale);
}