OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Circles starting to rotate when they shouldn't #48

Closed OfficerYoda closed 1 day ago

OfficerYoda commented 1 week ago

When a circle is in a hole it starts rotating faster adn faster.

image

OfficerYoda commented 1 day ago

Caused by letting circles collide with the SubPolygon and not with the parent-ConcavePolygon. This is the same bug as #50.