implement Material Morph in/out

This commit is contained in:
ousttrue
2018-04-09 19:50:31 +09:00
parent 50ecd633d5
commit c9bec38fea
4 changed files with 53 additions and 16 deletions

View File

@@ -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)))