Panda3D
 All Classes Functions Variables Enumerations
odeHelperStructs.h
00001 #ifndef odeHelperStructs_h
00002 #define odeHelperStructs_h
00003 
00004 struct sSurfaceParams
00005     {
00006         dSurfaceParameters colparams;
00007         dReal dampen;
00008     };
00009 
00010 struct sBodyParams
00011     {
00012 //        int surfaceType;
00013         dReal dampen;
00014     };
00015 
00016 #endif
 All Classes Functions Variables Enumerations