1
0
mirror of synced 2025-01-19 01:14:08 +01:00

Anim : Set output to angular for rotation types.

This commit is contained in:
KillzXGaming 2020-01-20 18:16:14 -05:00
parent 176f67c52f
commit bb7302e36c

View File

@ -312,8 +312,7 @@ namespace Toolbox.Library.Animations
{
bool isAngular = type == "rotateX" || type == "rotateY" || type == "rotateZ";
// string interp = isAngular ? "angular" : "linear";
string interp = "linear";
string interp = isAngular ? "angular" : "linear";
file.WriteLine("animData {");
file.WriteLine(" input time;");