buff unions
This commit is contained in:
parent
6cca7d939f
commit
5df5ea8d6c
2 changed files with 4 additions and 4 deletions
|
@ -139,8 +139,8 @@ function renderThing() {
|
|||
let cubie = cubePos[ii];
|
||||
let vp = MDN.rotateYMatrix(Math.log(nothingness + 1) * cubie[2] / 10);
|
||||
|
||||
let bonus = 1 + counts.doNothing / (ii * 1+ 2);
|
||||
bonus = bonus ** (1 / 2);
|
||||
let bonus = 1 + counts.doNothing / (ii * .02 + 2);
|
||||
bonus = bonus ** (1 / 3);
|
||||
|
||||
vp = MDN.multiplyMatrices(MDN.scaleMatrix(sizes * bonus, sizes * bonus, sizes * bonus), vp)
|
||||
vp = MDN.multiplyMatrices(MDN.translateMatrix(cubie[0], cubie[1], cubie[2]), vp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue