Skip to main content
GameDev.net gamedev.net
Research Paper

This is an academic paper or technical research. Key findings may require technical background to fully understand.

Explore Research Radar

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

arXiv cs.GR
arXiv cs.GR Research
· 1 day, 3 hours ago • Zhanyu Yang, Yunuo Chen, Yanjia Huang, Joseph Masterjohn, Yin Yang, Chenfanfu Jiang

BladeMaster: Real-Time Robotic Cutting Simulation with Online-Generated Persistent Discontinuities

Briefing

arXiv cs.GR details BladeMaster, a GPU-accelerated cutting framework built on the total Lagrangian material point method. The core trick is to store cutting history directly on material points using persistent side labels generated online from the blade geometry, so the sim can preserve discontinuities after the tool leaves.

That matters because cutting is one of those problems where shape change and topology change collide: once you separate material, you still need the new faces to behave correctly. BladeMaster is designed to avoid predefined cut surfaces and particle duplication, while still supporting progressive and intersecting cuts.

The system also models material-material contact, so cut faces can recontact and slide without reconnecting, and it includes two-way tool-material coupling so reaction forces can push back on the tool. In practice, the authors say it handles tool-driven cutting followed by manipulation at faster-than-real-time speeds on representative tasks.

For game developers, the appeal is obvious for destruction, medical, or fabrication-style interactions where believable post-cut behavior is usually the hard part. The exact production cost and integration path into a game engine aren't spelled out, but the approach points toward more stable runtime cutting without authoring fracture geometry up front.

“encode the cutting history directly on material points”

— Authors · Describes the core simulation approach
Original source
Read on arXiv cs.GR
At a glance
what
BladeMaster is a GPU-accelerated real-time cutting simulation framework with persistent discontinuities.
who
Authors: Zhanyu Yang, Yunuo Chen, Yanjia Huang, Joseph Masterjohn, Yin Yang, and Chenfanfu Jiang.
when
Submitted to arXiv on 23 Sep 2026.
impact
Could inform runtime destruction, surgical sim, and other deformable cutting systems in games.
Signal Positive

Promising real-time cutting with useful post-cut behavior

Discuss

Follow simulation updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Story Timeline (2 sources)

Story covered over 1 day • First reported by arXiv cs.GR