Update README.md
Browse files
README.md
CHANGED
@@ -51,5 +51,5 @@ where, 'r' stands for 'repair' and M E {0,1,...} represents the index for the M+
|
|
51 |
The number of repair mesh fragments typically differs from the number of broken mesh fragments.
|
52 |
|
53 |
In the interest of storage, the original broken and repair meshes generated from subtraction (i.e., the meshes prior to
|
54 |
-
fragmenting connecting components) are not shared. However, they can be generated as a union of the corresponding mesh's fragments.
|
55 |
-
The helper script 'merge_fragments.py' has been shared to perform
|
|
|
51 |
The number of repair mesh fragments typically differs from the number of broken mesh fragments.
|
52 |
|
53 |
In the interest of storage, the original broken and repair meshes generated from subtraction (i.e., the meshes prior to
|
54 |
+
fragmenting connecting components) are not shared. However, they can be generated as a union or merge of the corresponding mesh's fragments.
|
55 |
+
The helper script 'merge_fragments.py' has been shared to perform merging.
|