mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 23:20:10 -05:00
Intgrate
This commit is contained in:
parent
d920801016
commit
1b01d6d8d7
|
|
@ -230,7 +230,7 @@ namespace UniGLTF.MeshUtility
|
|||
}
|
||||
}
|
||||
|
||||
public void Intgrate(MeshEnumerateOption onlyBlendShapeRenderers)
|
||||
public void Integrate(MeshEnumerateOption onlyBlendShapeRenderers)
|
||||
{
|
||||
var mesh = new Mesh();
|
||||
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ namespace UniGLTF.MeshUtility
|
|||
}
|
||||
}
|
||||
|
||||
integrator.Intgrate(onlyBlendShapeRenderers);
|
||||
integrator.Integrate(onlyBlendShapeRenderers);
|
||||
integrator.Result.IntegratedRenderer.transform.SetParent(go.transform, false);
|
||||
return integrator.Result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user