Improve shadows and add antialiasing

This commit is contained in:
schmelczerandras 2020-09-25 15:40:10 +02:00
parent 7d2c74d6a8
commit 40b9644171
13 changed files with 182 additions and 187 deletions

View file

@ -1,4 +1,5 @@
export interface StartupSettings {
shadowTraceCount: number;
paletteSize: number;
ignoreWebGL2: boolean;
}