From a4df4f826e377eeb3171fc927ed8ec6205ea7dac Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 28 Sep 2022 17:24:11 -0700 Subject: Generate 128 animations per cell (up from 60) Also generate the full 6 rows instead of just 3 --- TaSTT.shader | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) (limited to 'TaSTT.shader') diff --git a/TaSTT.shader b/TaSTT.shader index 747eb2f..8f18dae 100644 --- a/TaSTT.shader +++ b/TaSTT.shader @@ -46,6 +46,48 @@ _Letter_Row02_Col11("_Letter_Row02_Col11", float) = 0 _Letter_Row02_Col12("_Letter_Row02_Col12", float) = 0 _Letter_Row02_Col13("_Letter_Row02_Col13", float) = 0 + _Letter_Row03_Col00("_Letter_Row03_Col00", float) = 0 + _Letter_Row03_Col01("_Letter_Row03_Col01", float) = 0 + _Letter_Row03_Col02("_Letter_Row03_Col02", float) = 0 + _Letter_Row03_Col03("_Letter_Row03_Col03", float) = 0 + _Letter_Row03_Col04("_Letter_Row03_Col04", float) = 0 + _Letter_Row03_Col05("_Letter_Row03_Col05", float) = 0 + _Letter_Row03_Col06("_Letter_Row03_Col06", float) = 0 + _Letter_Row03_Col07("_Letter_Row03_Col07", float) = 0 + _Letter_Row03_Col08("_Letter_Row03_Col08", float) = 0 + _Letter_Row03_Col09("_Letter_Row03_Col09", float) = 0 + _Letter_Row03_Col10("_Letter_Row03_Col10", float) = 0 + _Letter_Row03_Col11("_Letter_Row03_Col11", float) = 0 + _Letter_Row03_Col12("_Letter_Row03_Col12", float) = 0 + _Letter_Row03_Col13("_Letter_Row03_Col13", float) = 0 + _Letter_Row04_Col00("_Letter_Row04_Col00", float) = 0 + _Letter_Row04_Col01("_Letter_Row04_Col01", float) = 0 + _Letter_Row04_Col02("_Letter_Row04_Col02", float) = 0 + _Letter_Row04_Col03("_Letter_Row04_Col03", float) = 0 + _Letter_Row04_Col04("_Letter_Row04_Col04", float) = 0 + _Letter_Row04_Col05("_Letter_Row04_Col05", float) = 0 + _Letter_Row04_Col06("_Letter_Row04_Col06", float) = 0 + _Letter_Row04_Col07("_Letter_Row04_Col07", float) = 0 + _Letter_Row04_Col08("_Letter_Row04_Col08", float) = 0 + _Letter_Row04_Col09("_Letter_Row04_Col09", float) = 0 + _Letter_Row04_Col10("_Letter_Row04_Col10", float) = 0 + _Letter_Row04_Col11("_Letter_Row04_Col11", float) = 0 + _Letter_Row04_Col12("_Letter_Row04_Col12", float) = 0 + _Letter_Row04_Col13("_Letter_Row04_Col13", float) = 0 + _Letter_Row03_Col00("_Letter_Row03_Col00", float) = 0 + _Letter_Row03_Col01("_Letter_Row03_Col01", float) = 0 + _Letter_Row03_Col02("_Letter_Row03_Col02", float) = 0 + _Letter_Row03_Col03("_Letter_Row03_Col03", float) = 0 + _Letter_Row03_Col04("_Letter_Row03_Col04", float) = 0 + _Letter_Row03_Col05("_Letter_Row03_Col05", float) = 0 + _Letter_Row03_Col06("_Letter_Row03_Col06", float) = 0 + _Letter_Row03_Col07("_Letter_Row03_Col07", float) = 0 + _Letter_Row03_Col08("_Letter_Row03_Col08", float) = 0 + _Letter_Row03_Col09("_Letter_Row03_Col09", float) = 0 + _Letter_Row03_Col10("_Letter_Row03_Col10", float) = 0 + _Letter_Row03_Col11("_Letter_Row03_Col11", float) = 0 + _Letter_Row03_Col12("_Letter_Row03_Col12", float) = 0 + _Letter_Row03_Col13("_Letter_Row03_Col13", float) = 0 } SubShader { @@ -118,6 +160,48 @@ float _Letter_Row02_Col11; float _Letter_Row02_Col12; float _Letter_Row02_Col13; + float _Letter_Row03_Col00; + float _Letter_Row03_Col01; + float _Letter_Row03_Col02; + float _Letter_Row03_Col03; + float _Letter_Row03_Col04; + float _Letter_Row03_Col05; + float _Letter_Row03_Col06; + float _Letter_Row03_Col07; + float _Letter_Row03_Col08; + float _Letter_Row03_Col09; + float _Letter_Row03_Col10; + float _Letter_Row03_Col11; + float _Letter_Row03_Col12; + float _Letter_Row03_Col13; + float _Letter_Row04_Col00; + float _Letter_Row04_Col01; + float _Letter_Row04_Col02; + float _Letter_Row04_Col03; + float _Letter_Row04_Col04; + float _Letter_Row04_Col05; + float _Letter_Row04_Col06; + float _Letter_Row04_Col07; + float _Letter_Row04_Col08; + float _Letter_Row04_Col09; + float _Letter_Row04_Col10; + float _Letter_Row04_Col11; + float _Letter_Row04_Col12; + float _Letter_Row04_Col13; + float _Letter_Row05_Col00; + float _Letter_Row05_Col01; + float _Letter_Row05_Col02; + float _Letter_Row05_Col03; + float _Letter_Row05_Col04; + float _Letter_Row05_Col05; + float _Letter_Row05_Col06; + float _Letter_Row05_Col07; + float _Letter_Row05_Col08; + float _Letter_Row05_Col09; + float _Letter_Row05_Col10; + float _Letter_Row05_Col11; + float _Letter_Row05_Col12; + float _Letter_Row05_Col13; v2f vert (appdata v) { @@ -274,6 +358,96 @@ } else if (CHAR_COL == 13) { return _Letter_Row02_Col13; } + } else if (CHAR_ROW == 3) { + if (CHAR_COL == 0) { + return _Letter_Row03_Col00; + } else if (CHAR_COL == 1) { + return _Letter_Row03_Col01; + } else if (CHAR_COL == 2) { + return _Letter_Row03_Col02; + } else if (CHAR_COL == 3) { + return _Letter_Row03_Col03; + } else if (CHAR_COL == 4) { + return _Letter_Row03_Col04; + } else if (CHAR_COL == 5) { + return _Letter_Row03_Col05; + } else if (CHAR_COL == 6) { + return _Letter_Row03_Col06; + } else if (CHAR_COL == 7) { + return _Letter_Row03_Col07; + } else if (CHAR_COL == 8) { + return _Letter_Row03_Col08; + } else if (CHAR_COL == 9) { + return _Letter_Row03_Col09; + } else if (CHAR_COL == 10) { + return _Letter_Row03_Col10; + } else if (CHAR_COL == 11) { + return _Letter_Row03_Col11; + } else if (CHAR_COL == 12) { + return _Letter_Row03_Col12; + } else if (CHAR_COL == 13) { + return _Letter_Row03_Col13; + } + } else if (CHAR_ROW == 4) { + if (CHAR_COL == 0) { + return _Letter_Row04_Col00; + } else if (CHAR_COL == 1) { + return _Letter_Row04_Col01; + } else if (CHAR_COL == 2) { + return _Letter_Row04_Col02; + } else if (CHAR_COL == 3) { + return _Letter_Row04_Col03; + } else if (CHAR_COL == 4) { + return _Letter_Row04_Col04; + } else if (CHAR_COL == 5) { + return _Letter_Row04_Col05; + } else if (CHAR_COL == 6) { + return _Letter_Row04_Col06; + } else if (CHAR_COL == 7) { + return _Letter_Row04_Col07; + } else if (CHAR_COL == 8) { + return _Letter_Row04_Col08; + } else if (CHAR_COL == 9) { + return _Letter_Row04_Col09; + } else if (CHAR_COL == 10) { + return _Letter_Row04_Col10; + } else if (CHAR_COL == 11) { + return _Letter_Row04_Col11; + } else if (CHAR_COL == 12) { + return _Letter_Row04_Col12; + } else if (CHAR_COL == 13) { + return _Letter_Row04_Col13; + } + } else if (CHAR_ROW == 5) { + if (CHAR_COL == 0) { + return _Letter_Row05_Col00; + } else if (CHAR_COL == 1) { + return _Letter_Row05_Col01; + } else if (CHAR_COL == 2) { + return _Letter_Row05_Col02; + } else if (CHAR_COL == 3) { + return _Letter_Row05_Col03; + } else if (CHAR_COL == 4) { + return _Letter_Row05_Col04; + } else if (CHAR_COL == 5) { + return _Letter_Row05_Col05; + } else if (CHAR_COL == 6) { + return _Letter_Row05_Col06; + } else if (CHAR_COL == 7) { + return _Letter_Row05_Col07; + } else if (CHAR_COL == 8) { + return _Letter_Row05_Col08; + } else if (CHAR_COL == 9) { + return _Letter_Row05_Col09; + } else if (CHAR_COL == 10) { + return _Letter_Row05_Col10; + } else if (CHAR_COL == 11) { + return _Letter_Row05_Col11; + } else if (CHAR_COL == 12) { + return _Letter_Row05_Col12; + } else if (CHAR_COL == 13) { + return _Letter_Row05_Col13; + } } return float2(0, 0); -- cgit v1.2.3