mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
README.md
This commit is contained in:
parent
a9d03bdae6
commit
7b9d604810
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user