mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
collsion structure including dampening
This commit is contained in:
parent
fffd95d6ce
commit
9d9d9c0f9c
17
panda/src/ode/odeHelperStructs.h
Normal file
17
panda/src/ode/odeHelperStructs.h
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef odeHelperStructs_h
|
||||
#define odeHelperStructs_h
|
||||
|
||||
struct sSurfaceParams
|
||||
{
|
||||
dSurfaceParameters colparams;
|
||||
dReal dampen;
|
||||
};
|
||||
|
||||
struct sBodyParams
|
||||
{
|
||||
int surfaceType;
|
||||
dReal dampen;
|
||||
};
|
||||
|
||||
#endif odeHelperStructs_h
|
||||
|
Loading…
x
Reference in New Issue
Block a user