#include <CPhysicsWater.h>
Public Member Functions | |
| void | init (NewtonWorld *world, IrrlichtDevice *device) |
Static Private Member Functions | |
| static int _cdecl | WaterBeginContact (const NewtonMaterial *material, const NewtonBody *body0, const NewtonBody *body1) |
Private Attributes | |
| NewtonWorld * | m_world |
| IrrlichtDevice * | m_device |
Static Private Attributes | |
| static const NewtonBody * | m_waterBody |
| void CPhysicsWater::init | ( | NewtonWorld * | world, | |
| IrrlichtDevice * | device | |||
| ) |
| int CPhysicsWater::WaterBeginContact | ( | const NewtonMaterial * | material, | |
| const NewtonBody * | body0, | |||
| const NewtonBody * | body1 | |||
| ) | [static, private] |
const NewtonBody * CPhysicsWater::m_waterBody [static, private] |
NewtonWorld* CPhysicsWater::m_world [private] |
IrrlichtDevice* CPhysicsWater::m_device [private] |
1.5.1-p1