Implemented LUT codegen, untested.

This commit is contained in:
2022-10-24 15:49:07 +11:00
parent 018fe5a743
commit ab6eae3d1c
11 changed files with 2573 additions and 481 deletions

42
reference/group_type.json Normal file
View File

@@ -0,0 +1,42 @@
[
{
"type": "Top",
"name": "Top Type"
},
{
"type": "WorldChildren",
"name": "World Children"
},
{
"type": "InteriorCellBlock",
"name": "Interior Cell Block"
},
{
"type": "InteriorCellSubBlock",
"name": "Interior Cell Sub-Block"
},
{
"type": "ExteriorCellBlock",
"name": "Exterior Cell"
},
{
"type": "ExteriorCellSubBlock",
"name": "Exterior Cell Sub-Block"
},
{
"type": "CellChildren",
"name": "Cell Children"
},
{
"type": "TopicChildren",
"name": "Topic Children"
},
{
"type": "CellPersistentChildren",
"name": "Cell Persistent Children"
},
{
"type": "CellTemporaryChildren",
"name": "Cell Temporary Children"
}
]