⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common.h.diff

📁 ODE v0.8 很好用的多平台几何物理模拟库源代码,内含多個示例
💻 DIFF
字号:
208,227d207< /******************** breakable joint contribution ***********************/< /* joint break callback function */< typedef void dJointBreakCallback (dJointID joint);< < /* joint break modes */< enum {<   // if this flag is set, the joint wil break<   dJOINT_BROKEN =             0x0001,<   // if this flag is set, the joint wil be deleted when it breaks<   dJOINT_DELETE_ON_BREAK =    0x0002,<   // if this flag is set, the joint can break at a certain force on body 1<   dJOINT_BREAK_AT_B1_FORCE =  0x0004,<   // if this flag is set, the joint can break at a certain torque on body 1<   dJOINT_BREAK_AT_B1_TORQUE = 0x0008,<   // if this flag is set, the joint can break at a certain force on body 2<   dJOINT_BREAK_AT_B2_FORCE =  0x0010,<   // if this flag is set, the joint can break at a certain torque on body 2<   dJOINT_BREAK_AT_B2_TORQUE = 0x0020< };< /*************************************************************************/

⌨️ 快捷键说明

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