mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-08 20:08:53 -05:00
fix ReverseX
This commit is contained in:
@@ -148,7 +148,7 @@ namespace VrmLib
|
||||
if (m.IsOnlyTranslation())
|
||||
{
|
||||
var ret = m;
|
||||
ret.M43 = -ret.M43;
|
||||
ret.M41 = -ret.M41;
|
||||
return ret;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user