In the current practice, all blocks are independent from each other. This has simplified the implementation in the past, but at the cost of redundant information.
One compression method is to group the blocks based on their blocktypes.
{ blockTypes:[{...},{...}], coordinates:[{x:0,y:0,z:0,blockTypeIndex:0},...] }
Because of separation of framework, the issue is moved from NorthernOceanS/NormaConstructor#31 to here.
In the current practice, all blocks are independent from each other. This has simplified the implementation in the past, but at the cost of redundant information.
One compression method is to group the blocks based on their blocktypes.
{ blockTypes:[{...},{...}], coordinates:[{x:0,y:0,z:0,blockTypeIndex:0},...] }Because of separation of framework, the issue is moved from NorthernOceanS/NormaConstructor#31 to here.