mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-08 11:59:26 -05:00
implement Material Morph in/out
This commit is contained in:
@@ -19,7 +19,6 @@ namespace VRM
|
||||
|
||||
if (m_target.BlendShapeAvatar != null)
|
||||
{
|
||||
|
||||
m_sliders = m_target.BlendShapeAvatar.Clips
|
||||
.Where(x => x != null)
|
||||
.Select(x => new BlendShapeSlider(m_target, BlendShapeKey.CreateFrom(x)))
|
||||
|
||||
Reference in New Issue
Block a user