mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
Add FixRotation option
This commit is contained in:
@ -147,7 +147,7 @@ namespace AssetStudio
|
||||
public class ImportedAnimationSampledTrack : ImportedAnimationTrack
|
||||
{
|
||||
public Vector3?[] Scalings;
|
||||
public Quaternion?[] Rotations;
|
||||
public Vector3?[] Rotations;
|
||||
public Vector3?[] Translations;
|
||||
public float?[] Curve;
|
||||
}
|
||||
|
Reference in New Issue
Block a user