mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Update comment, osgAnimation::RigGeometry is no longer used
This commit is contained in:
parent
767eb1257a
commit
8f5347b79b
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ namespace NifOsg
|
|||
// Decomposing the original components from the 4x4 matrix isn't possible, which causes
|
||||
// problems when a KeyframeController wants to change only one of these components. So
|
||||
// we store the scale and rotation components separately here.
|
||||
// Note for a cleaner solution it would be possible to write a custom Transform node,
|
||||
// but then we have to fork osgAnimation :/
|
||||
// Note for a cleaner solution it would be possible to write a custom Transform node
|
||||
float mScale;
|
||||
Nif::Matrix3 mRotationScale;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue