Skip to content

FPS drop when mesh gets squished too much #93

Description

@mzschwartz5

The particle collision solver is a known bottleneck. When a mesh gets squished, FPS drops because many particles hash to the same collision cells.

If this were serial, we would simply bail after some time budget is exceeded. Something like that, if it exists and is cheap to implement on the GPU, could be handy here.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions