diff options
| author | yum <yum.food.vr@gmail.com> | 2022-10-30 15:06:46 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-10-30 15:06:46 -0700 |
| commit | 20cfb71f92de56768dba44193032e835ae1e527f (patch) | |
| tree | 40097dec4a3ee2b2a82527aa54e62812823377fa /dev_cheatsheat.txt | |
| parent | cd4ef446d309a4666037c019dc461933d2f8ca7a (diff) | |
Reduce total # of select bits from 44 to 4
The board is divided into 16 regions. We select the region to be updated
by updating 4 boolean parameters. We *used* to define 4 parameters per
layer. Now we just have 4 params total, which affect every layer.
Total param memory: 142 bits -> 102 bits
Params updated per region update: 56 -> 16
Diffstat (limited to 'dev_cheatsheat.txt')
| -rw-r--r-- | dev_cheatsheat.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev_cheatsheat.txt b/dev_cheatsheat.txt index cf9f39a..c1832ea 100644 --- a/dev_cheatsheat.txt +++ b/dev_cheatsheat.txt @@ -12,8 +12,8 @@ rm -rf generated/animations ./libunity.py guid_map --project_root=$(cd ..; pwd) --save_to guid.map ./libtastt.py gen_anims ./libtastt.py gen_fx > TaSTT_fx.controller -#./libunity.py merge --fx0 ../FXGeneric.controller --fx1 ../FXSpecific.controller > FX0.controller -cp ../FXGeneric.controller FX0.controller +./libunity.py merge --fx0 ../FXGeneric.controller --fx1 ../FXSpecific.controller > FX0.controller +#cp ../FXGeneric.controller FX0.controller ./libunity.py add_toggle --fx0 FX0.controller > FX1.controller ./libunity.py merge --fx0 FX1.controller --fx1 TaSTT_fx.controller > FX2.controller ./libunity.py set_noop_anim --fx0 FX2.controller --guid_map guid.map > FX3.controller |
