mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 15:45:42 +08:00
Reset ped model to T pose when no animatino selected
This commit is contained in:
@@ -937,9 +937,14 @@ namespace CodeWalker.GameFiles
|
||||
//SkinTransform = Matrix.Identity;//(for testing)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public void ResetAnimTransform()
|
||||
{
|
||||
AnimRotation = Rotation;
|
||||
AnimTranslation = Translation;
|
||||
AnimScale = Scale;
|
||||
UpdateAnimTransform();
|
||||
UpdateSkinTransform();
|
||||
}
|
||||
|
||||
public static uint ElfHash_Uppercased(string str)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user