Do some more refactoring

This commit is contained in:
schmelczerandras 2020-07-30 20:59:37 +02:00
parent c892ca2d01
commit 24cc572e47
29 changed files with 191 additions and 152 deletions

View file

@ -22,10 +22,12 @@ export const settings = {
tileMultiplier: 5,
shaderMacros: {
distanceScale: 64,
distanceOffset: 0.15,
edgeSmoothing: 10,
},
shaderCombinations: {
lineSteps: [0, 1, 2, 3, 4, 8, 16, 32],
circleLightSteps: [0, 1, 2, 3],
pointLightSteps: [0, 1, 2, 3],
},
};