Update colors

This commit is contained in:
schmelczerandras 2020-07-25 17:16:48 +02:00
parent 4ef6922da8
commit 9aef368324
8 changed files with 36 additions and 45 deletions

View file

@ -24,7 +24,7 @@ export class WebGl2Renderer implements Drawer {
private multiplicativeQualityDecrease = 1.5;
private timeSinceLastAdjusment = 0;
private adjusmentRate = 500;
private maxRenderScale = 2;
private maxRenderScale = 1.5;
private minRenderScale = 0.2;
private exponentialDecayedDeltaTime = 0.0;