diff options
| author | yum <yum.food.vr@gmail.com> | 2022-09-30 18:44:36 -0700 |
|---|---|---|
| committer | yum <yumfood@airmail.cc> | 2022-09-30 18:44:36 -0700 |
| commit | 2fa5bc78b5c4500301327bd6a334ab4fb8e04a17 (patch) | |
| tree | d03c01d929431320686d61f7091b96f6be3d14ca /group_names.txt | |
| parent | 73bbba9de5210ae7f895ae82bd2524eb76e3a38c (diff) | |
Redo FX layer
Apparently the same avatar parameter can only be updated so quickly
before VRChat starts dropping messages. So now we divide the board
into "groups" of 8 characters. Each group can be updated relatively
slowly, but all groups can be updated in parallel. Thus we can update
the board group-by-group, pausing between each group.
* Fix shader bugs - now there are Row05 parameters, and row00 refers
to the topmost row instead of the bottom-most.
* Remove outdated layer/group names files
* Extend osc_ctrl.py to support encoding & sending messages
* Add generate_params.py to handle creating TaSTT_params.asset
* Add generate_utils.py for common code generation facilities &
parameters.
Diffstat (limited to 'group_names.txt')
| -rw-r--r-- | group_names.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/group_names.txt b/group_names.txt deleted file mode 100644 index 0c39082..0000000 --- a/group_names.txt +++ /dev/null @@ -1,24 +0,0 @@ -_Letter_Row00_Col00_03 -_Letter_Row00_Col04_07 -_Letter_Row00_Col08_11 -_Letter_Row00_Col12_13 -_Letter_Row01_Col00_03 -_Letter_Row01_Col04_07 -_Letter_Row01_Col08_11 -_Letter_Row01_Col12_13 -_Letter_Row02_Col00_03 -_Letter_Row02_Col04_07 -_Letter_Row02_Col08_11 -_Letter_Row02_Col12_13 -_Letter_Row03_Col00_03 -_Letter_Row03_Col04_07 -_Letter_Row03_Col08_11 -_Letter_Row03_Col12_13 -_Letter_Row04_Col00_03 -_Letter_Row04_Col04_07 -_Letter_Row04_Col08_11 -_Letter_Row04_Col12_13 -_Letter_Row05_Col00_03 -_Letter_Row05_Col04_07 -_Letter_Row05_Col08_11 -_Letter_Row05_Col12_13 |
