aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/contrib/BreakableJoints/diff/joint.h.diff
blob: eed3c244dffa8a28eea0e19c7b3f109dea85a605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
61,70d60
< /******************** breakable joint contribution ***********************/
< struct dxJointBreakInfo : public dBase {
< 	int flags;
< 	dReal b1MaxF[3]; // maximum force on body 1
< 	dReal b1MaxT[3]; // maximum torque on body 1
< 	dReal b2MaxF[3]; // maximum force on body 2
< 	dReal b2MaxT[3]; // maximum torque on body 2
< 	dJointBreakCallback *callback; // function that is called when this joint breaks
< };
< /*************************************************************************/
135,140d124
<   
<   /******************** breakable joint contribution ***********************/
<   // optional break info structure. if this is not NULL the the joint is
<   // breakable.
<   dxJointBreakInfo *breakInfo;
<   /*************************************************************************/