README.md

This commit is contained in:
ousttrue 2020-08-25 20:54:53 +09:00
parent a9d03bdae6
commit 7b9d604810

View File

@ -2,7 +2,9 @@
Mesh processing tool in Unity platform.
## MeshSeparator
## Utilities
### MeshSeparator
Separate the target mesh into different categories based on given conditions.
@ -10,6 +12,15 @@ Currently support BlendShape mesh separation. See [documentation](Documentation/
<img src="Documentation/images/blendshape_separator.jpg" width="300">
### MeshIntegrator
Integrate all mesh in hierarchy.
### MeshNormalizer
Bake hierarchy. This is VRM normalize backend.
MeshNormalizer can do blendShape bake.
## Import MeshUtility
There are two ways to import MeshUtility into a Unity project.