mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
1bfaf353be
ActActorFrameData structure. It makes it easier to reason about the simulation (and hopefully simplify it). Remove atomics from Actor class as a side effect. Rename mFloatToSurface to mInert to make is explicit what it represent, not what it is used for Store the Actor rotation (1 Vec2) instead of the whole ESM::Position (2 Vec3)