readded center object

This commit is contained in:
gbrochar 2020-11-27 12:15:45 +01:00
parent 50a878963c
commit 9ff4298f01
1 changed files with 0 additions and 3 deletions

View File

@ -57,9 +57,6 @@ export function initMatrices(gl: any, params: any) {
} else if (i % 3 == 2) {
addx = -Math.floor(i / 9 + 1) * params.range * 1.5;
}
if (i % 9 == 0) {
addx = 5000;
}
if (i % 9 > 5) {
addy = Math.floor(i / 9 + 1) * params.range * 1.5;
} else if (i % 9 > 2 && i % 9 < 6) {