You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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},...] }
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.
The text was updated successfully, but these errors were encountered: