From c47eb00703cc5af35ca79859bb1710c524c2a957 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 2 Apr 2018 17:08:38 +0900 Subject: [PATCH] use VRMLookAtHead in VRMBlnedShapeProxyEditor --- Scripts/BlendShape/Editor/VRMBlnedShapeProxyEditor.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Scripts/BlendShape/Editor/VRMBlnedShapeProxyEditor.cs b/Scripts/BlendShape/Editor/VRMBlnedShapeProxyEditor.cs index 8470cc7cf..e019a44f8 100644 --- a/Scripts/BlendShape/Editor/VRMBlnedShapeProxyEditor.cs +++ b/Scripts/BlendShape/Editor/VRMBlnedShapeProxyEditor.cs @@ -14,7 +14,8 @@ namespace VRM { VRMBlendShapeProxy m_target; SkinnedMeshRenderer[] m_renderers; - VRMLookAt m_lookAt; + + VRMLookAtHead m_lookAt; #region Preview class PreviewRenderer @@ -122,7 +123,7 @@ namespace VRM .ToList() ; - m_lookAt = m_target.GetComponent(); + m_lookAt = m_target.GetComponent(); m_preview = new PreviewRenderer(); }