mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-16 14:54:45 +08:00
Animations XML conversion
This commit is contained in:
@@ -801,11 +801,11 @@ namespace CodeWalker.Rendering
|
||||
}
|
||||
|
||||
|
||||
//if (geom.BoneTransforms != null)
|
||||
//{
|
||||
// SetBoneMatrices(context, geom.BoneTransforms);
|
||||
// defaultBoneMatricesBound = false;
|
||||
//}
|
||||
if (geom.BoneTransforms != null)
|
||||
{
|
||||
SetBoneMatrices(context, geom.BoneTransforms);
|
||||
defaultBoneMatricesBound = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -358,11 +358,11 @@ namespace CodeWalker.Rendering
|
||||
}
|
||||
|
||||
|
||||
//if (geom.BoneTransforms != null)
|
||||
//{
|
||||
// SetBoneMatrices(context, geom.BoneTransforms);
|
||||
// defaultBoneMatricesBound = false;
|
||||
//}
|
||||
if (geom.BoneTransforms != null)
|
||||
{
|
||||
SetBoneMatrices(context, geom.BoneTransforms);
|
||||
defaultBoneMatricesBound = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user