store bone rotations as quats; more common than HPR, and we don't
have to convert constantly
This commit is contained in:
@@ -110,7 +110,7 @@ struct msPositionKey
|
||||
struct msRotationKey
|
||||
{
|
||||
float fTime;
|
||||
RageVector3 Rotation;
|
||||
RageVector4 Rotation;
|
||||
};
|
||||
|
||||
struct msBone
|
||||
|
||||
Reference in New Issue
Block a user