Panda3D
odeHelperStructs.h
1 #ifndef odeHelperStructs_h
2 #define odeHelperStructs_h
3 
5  {
6  dSurfaceParameters colparams;
7  dReal dampen;
8  };
9 
11  {
12 // int surfaceType;
13  dReal dampen;
14  };
15 
16 #endif