Use new library

This commit is contained in:
schmelczerandras 2020-09-22 18:21:02 +02:00
parent 060415cfd9
commit ba7d4659ee
6 changed files with 35 additions and 19 deletions

View file

@ -37,7 +37,7 @@ export class RainScene implements Scene {
this.renderer.setRuntimeSettings({
ambientLight: vec3.fromValues(0.2, 0.2, 0.2),
tileMultiplier: 10,
tileMultiplier: 8,
});
for (let i = 0; i < (canvas.getBoundingClientRect().width / 1000) * 20; i++) {