-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Some things about constraints are iffy:
- MaxForce/MaxBias only apply to certain types of constraints, not all constraints
- Getting the properties of constraints leads to immediately outdated data when the constraints take
WVec. For example, I create a pivot joint withPivotJointat some position, but I want to draw the pivot point on a body which moves around. TheWVecisn't updated, so it isn't possible to do so. Chipmunk converts it to thePivotJoint2representation and provides functions to grab it. These could be implemented likeMaxForce, but really are only accessible in pivot joints.
Perhaps the ConstraintType should be lifted into the type of Constraint somehow?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels