Activision Blizzard filed 5 patents this quarter, all in the Game Engines category.
The filings concentrate on motion-matching animation systems that use dominant pose graphs and inverse blend shapes to generate realistic character and clothing movement in multiplayer games without relying on traditional animation state machines. Additional Game Engines patents cover collision detection methods using cylinder and capsule geometries for avatar-obstacle interactions, as well as procedural animation techniques that apply mass-spring-damper physics to create natural movement for first-person weapons and arms.
Activision's work on game engine technology spans 5 patents, with 3 of them addressing the same fundamental problem through variations of a dominant pose graph system. The approach analyzes force curves from motion capture data to automatically identify key poses, organizing them into a traversable graph structure that avoids the geometric scaling limitations of traditional animation state machines. One version tackles secondary assets like clothing by pre-calculating inverse blend shape deformations that can be applied at runtime with minimal computational cost. Another variation introduces a mathematical framework that automatically propagates stylistic edits across similar poses based on weighted similarity metrics, maintaining artistic control while eliminating manual authoring. The third implementation adds support for multiple simultaneous constraints, allowing characters to perform multi-tasking animations like navigating obstacles while maintaining movement rhythm. Beyond motion matching, the remaining 2 patents take different approaches to character animation and collision. One creates a dual-model collision detection system that uses separate cylinder geometry for ground detection and capsule geometry for obstacles, with the capsule maintaining fixed height during horizontal sweeps to eliminate redundant cast operations. The other replaces motion capture databases entirely for first-person perspectives, using two-dimensional mass-spring-damper physics calculations with dynamic dead zones that adjust based on view speed to procedurally generate realistic arm and weapon movement with natural inertia effects.