Menu

#1247 hinge gravity

Bug report
open
nobody
Behavior (106)
5
2010-08-04
2010-08-04
the shadow
No

A hinged object will perceive some force to the left or if the gravity is inversed to the right

Discussion

  • the shadow

    the shadow - 2010-08-04
     
  • the shadow

    the shadow - 2010-08-22
     
  • the shadow

    the shadow - 2010-08-22

    I found out that when hinged box2d simulates the hinged object with a 90* offset
    Most likely the box2d b2RevoluteJoint.cpp
    referenceAngle = bodyB->GetAngle() - bodyA->GetAngle();
    line causes it
    Which means that box2d angles and construct angles aren't synchronized

     
  • the shadow

    the shadow - 2010-08-22

    bug3.cap exemplify the fact that there is a 90* offset

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.