Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/contrib/BreakableJoints/diff/joint.h.diff @ 216

Last change on this file since 216 was 216, checked in by mathiask, 17 years ago

[Physik] add ode-0.9

File size: 804 bytes
Line 
161,70d60
2< /******************** breakable joint contribution ***********************/
3< struct dxJointBreakInfo : public dBase {
4<       int flags;
5<       dReal b1MaxF[3]; // maximum force on body 1
6<       dReal b1MaxT[3]; // maximum torque on body 1
7<       dReal b2MaxF[3]; // maximum force on body 2
8<       dReal b2MaxT[3]; // maximum torque on body 2
9<       dJointBreakCallback *callback; // function that is called when this joint breaks
10< };
11< /*************************************************************************/
12135,140d124
13<   
14<   /******************** breakable joint contribution ***********************/
15<   // optional break info structure. if this is not NULL the the joint is
16<   // breakable.
17<   dxJointBreakInfo *breakInfo;
18<   /*************************************************************************/
Note: See TracBrowser for help on using the repository browser.