OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Rectangles rotating on impact when they shouldnt't #46

Closed OfficerYoda closed 3 months ago

OfficerYoda commented 4 months ago

When a Rectangle with no rotation is falling onto the ground it only registers one contact Point, which causes the rectangle to start rotating.

OfficerYoda commented 4 months ago

This is probably causes by floating point inaccuracies and by the fact that borders are implemented as huge polygons. This issues is probably related to Issue #43

OfficerYoda commented 3 months ago

Fixed together with #43