We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 353ab72 + da38060 commit 5b87b14Copy full SHA for 5b87b14
EmoteScriptLib/Parser.cs
@@ -856,7 +856,7 @@ public static float DegreesToRads(float degrees)
856
{
857
// heading
858
var rads = DegreesToRads(degrees);
859
- return Quaternion.CreateFromAxisAngle(Vector3.UnitY, rads);
+ return Quaternion.CreateFromAxisAngle(Vector3.UnitZ, rads);
860
}
861
862
var match = Regex.Match(rotStr, @"([\d.-]+) ([\d.-]+) ([\d.-]+) ([\d.-]+)");
0 commit comments