Updating the README.md. Renaming "threedee" to "volumetric".

This commit is contained in:
Rezmason
2021-09-06 17:23:54 -07:00
parent 99591e1186
commit 51f1b6ebf5
3 changed files with 26 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ const fonts = {
};
const defaults = {
threedee: false,
volumetric: false,
animationSpeed: 1,
forwardSpeed: 0.25,
bloomStrength: 1,
@@ -161,7 +161,7 @@ const paramMapping = {
},
url: { key: "bgURL", parser: s => s },
colors: { key: "stripeColors", parser: s => s },
threedee: { key: "threedee", parser: s => s.toLowerCase().includes("true") }
volumetric: { key: "volumetric", parser: s => s.toLowerCase().includes("true") }
};
paramMapping.dropLength = paramMapping.raindropLength;
paramMapping.angle = paramMapping.slant;