mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Came up with some performance improvements. Hopefully this will help it run better on more machines leading up to the sequel coming out.
This commit is contained in:
@@ -19,7 +19,7 @@ const fonts = {
|
||||
const defaults = {
|
||||
animationSpeed: 1,
|
||||
bloomStrength: 1,
|
||||
bloomSize: 0.5,
|
||||
bloomSize: 0.6,
|
||||
highPassThreshold: 0.3,
|
||||
cycleSpeed: 1,
|
||||
cycleStyleName: "cycleFasterWhenDimmed",
|
||||
@@ -47,7 +47,8 @@ const defaults = {
|
||||
],
|
||||
raindropLength: 1,
|
||||
slant: 0,
|
||||
resolution: 1
|
||||
resolution: 1,
|
||||
useHalfFloat: false,
|
||||
};
|
||||
|
||||
const versions = {
|
||||
|
||||
Reference in New Issue
Block a user