implement BlendShape LookAt

This commit is contained in:
ousttrue
2018-04-05 18:01:46 +09:00
parent 2bc3a48d6b
commit 87a7212a4c
6 changed files with 68 additions and 30 deletions

View File

@@ -18,7 +18,7 @@ namespace VRM
void OnSceneGUI()
{
if (!Application.isPlaying) return;
//if (!Application.isPlaying) return;
if (!m_target.DrawGizmo) return;
if (m_target.Target == null) return;
if (m_target.Head.Transform == null) return;