Panda3D
|
Public Member Functions | |
BulletSoftBodyWorldInfo (btSoftBodyWorldInfo &_info) | |
void | garbage_collect (int lifetime=256) |
PN_stdfloat | get_air_density () const |
LVector3 | get_gravity () const |
btSoftBodyWorldInfo & | get_info () const |
PN_stdfloat | get_water_density () const |
LVector3 | get_water_normal () const |
PN_stdfloat | get_water_offset () const |
void | set_air_density (PN_stdfloat density) |
void | set_gravity (const LVector3 &gravity) |
void | set_water_density (PN_stdfloat density) |
void | set_water_normal (const LVector3 &normal) |
void | set_water_offset (PN_stdfloat offset) |
Definition at line 29 of file bulletSoftBodyWorldInfo.h.