mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 06:09:30 -07:00
The glyph textures can now be rectangular, I think.
This commit is contained in:
@@ -40,7 +40,7 @@ export default ({ regl, config }) => {
|
||||
const showComputationTexture = config.effect === "none";
|
||||
|
||||
const commonUniforms = {
|
||||
...extractEntries(config, ["animationSpeed", "glyphHeightToWidth", "glyphSequenceLength", "glyphTextureColumns", "resurrectingCodeRatio"]),
|
||||
...extractEntries(config, ["animationSpeed", "glyphHeightToWidth", "glyphSequenceLength", "glyphTextureGridSize", "resurrectingCodeRatio"]),
|
||||
numColumns,
|
||||
numRows,
|
||||
showComputationTexture,
|
||||
|
||||
Reference in New Issue
Block a user