joint.h.diff

来自「ODE v0.8 很好用的多平台几何物理模拟库源代码,内含多個示例」· DIFF 代码 · 共 19 行

DIFF
19
字号
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;<   /*************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?