SEED Research & Announcements Blogs Publications Open Source Careers Contact Us Research & Announcements Blogs Publications Open Source Careers Contact Us

A Position-Based Material Point Method

This presentation was given at SIGGRAPH 2023, which was held 28 July – 1 August 2024 in Denver, USA. Author: Chris Lewin.

Watch the presentation above and download the paper below.

A Position-Based Material Point Method 

It's well understood that game physics simulations have to execute quickly, but the most difficult requirement is actually the stability of the simulation. Game physics simulations must operate completely autonomously, and usually, the player has some kind of input into the simulation, which can potentially be quite violent. This severely constrains the methods that we can use.

The explicit Material Point Method (MPM) is an easily implemented scheme for simulating a wide variety of different physical materials. However, it has well-known stability issues.

We have implemented a novel semi-implicit compliant constraint formulation of MPM that is stable at any time-step while remaining as easy to implement as an explicit integrator. We call this method Position Based MPM (PB-MPM). This work significantly improves the utility of MPM for real-time applications.

Open source code is available on GitHub along with a web-based demo: https://github.com/electronicarts/pbmpm

Download the paper (PDF 0.5 MB).

Related News

Gigi: Rapid Prototyping Platform for Real-Time Rendering

SEED
Aug 22, 2024
Gigi allows you to create rendering techniques as a node graph in a visual editor and generate code for them automatically.

EA Presents at SIGGRAPH 2024 With SEED, Frostbite, and EA SPORTS.

Electronic Arts Inc.
Jul 29, 2024
Contributors from SEED, Frostbite, and EA SPORTS share exciting advancements at SIGGRAPH 2024. See the preview here.

Improving Generalization in Game Agents with Imitation Learning

SEED
Jul 16, 2024
How do we efficiently train in-game AI agents to handle new situations that they haven’t been trained on?