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