forked from cgvr/DeltaVR
can insert printable into 3d printer, 3d printer starts printing
This commit is contained in:
@@ -102,7 +102,6 @@ public abstract class NPCController : MonoBehaviour
|
||||
// apply mouth scale
|
||||
Vector3 s = mouth.localScale;
|
||||
s.y = smoothed;
|
||||
Debug.Log("mouth scale: " + smoothed);
|
||||
mouth.localScale = s;
|
||||
}
|
||||
|
||||
@@ -118,7 +117,6 @@ public abstract class NPCController : MonoBehaviour
|
||||
scale.y = smoothed;
|
||||
mouth.localScale = scale;
|
||||
}
|
||||
Debug.Log("mouth scale stopped: " + smoothed);
|
||||
|
||||
currentVoicelineEvent.release();
|
||||
}
|
||||
@@ -193,7 +191,6 @@ public abstract class NPCController : MonoBehaviour
|
||||
}
|
||||
|
||||
var lines = File.ReadAllLines(filePath);
|
||||
Debug.Log("read lines: " + lines.Length);
|
||||
rmsCurve = lines.Select(l => float.Parse(l, System.Globalization.CultureInfo.InvariantCulture)).ToArray();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user