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 2024, 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 Lightning Talks

SEED
Sep 26, 2024
SEED brought together developers to show off their prowess using the Gigi rapid prototyping platform for real-time rendering.

SEED's Adventure in Gameplay Innovation

SEED
Sep 13, 2024
SEED is branching out into the world of game mechanics, storytelling magic, and interactive wonders.

Objective Metrics for Evalutating Gesture Generation are Almost Useless

SEED
Sep 10, 2024
How do you evaluate something as subjective and ephemeral as human body language for natural and lifelike qualities?