Panda3D
|
Public Member Functions | |
add (OdeGeom geom) | |
add (OdeSpace space) | |
autoCollide () | |
clean () | |
int | collide (object arg, object near_callback) |
object | convert () |
OdeHashSpace | convertToHashSpace () |
OdeQuadTreeSpace | convertToQuadTreeSpace () |
OdeSimpleSpace | convertToSimpleSpace () |
destroy () | |
disable () | |
enable () | |
getAABB (LVecBase3f min, LVecBase3f max) | |
object | getAABounds () |
BitMask32 | getCategoryBits () |
int | getClass () |
int | getCleanup () |
BitMask32 | getCollideBits () |
int | getCollideId (OdeGeom geom) |
int | getCollideId (DGeomID o1) |
str | getCollisionEvent () |
object | getConvertedGeom (int i) |
object | getConvertedSpace () |
OdeGeom | getGeom (int i) |
int | getNumGeoms () |
OdeSpace | getSpace () |
int | getSurfaceType (OdeGeom geom) |
int | getSurfaceType (DGeomID o1) |
bool | isEmpty () |
Returns true if the ID is 0, meaning the OdeSpace does not point to a valid space. More... | |
int | isEnabled () |
int | isSpace () |
int | query (const OdeGeom geom) |
int | query (const OdeSpace space) |
remove (OdeGeom geom) | |
remove (OdeSpace space) | |
setAutoCollideJointGroup (OdeJointGroup) | |
setAutoCollideWorld (OdeWorld) | |
setCategoryBits (const BitMask32 bits) | |
setCleanup (int mode) | |
setCollideBits (const BitMask32 bits) | |
int | setCollideId (OdeGeom geom, int collide_id) |
int | setCollideId (int collide_id, DGeomID id) |
setCollisionEvent (str event_name) | |
setSurfaceType (OdeGeom geom, int surface_type) | |
setSurfaceType (int surface_type, DGeomID id) | |
write (Ostream out, unsigned int indent) | |
![]() | |
TypeHandle | getType () |
int | getTypeIndex () |
Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More... | |
bool | isExactType (TypeHandle handle) |
Returns true if the current object is the indicated type exactly. More... | |
bool | isOfType (TypeHandle handle) |
Returns true if the current object is or derives from the indicated type. More... | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
Additional Inherited Members | |
![]() | |
TypeHandle | type |
Returns the TypeHandle representing this object's type. More... | |
add | ( | OdeGeom | geom | ) |
add | ( | OdeSpace | space | ) |
autoCollide | ( | ) |
clean | ( | ) |
int collide | ( | object | arg, |
object | near_callback | ||
) |
object convert | ( | ) |
OdeHashSpace convertToHashSpace | ( | ) |
OdeQuadTreeSpace convertToQuadTreeSpace | ( | ) |
OdeSimpleSpace convertToSimpleSpace | ( | ) |
destroy | ( | ) |
disable | ( | ) |
enable | ( | ) |
getAABB | ( | LVecBase3f | min, |
LVecBase3f | max | ||
) |
object getAABounds | ( | ) |
BitMask32 getCategoryBits | ( | ) |
int getClass | ( | ) |
|
static |
int getCleanup | ( | ) |
BitMask32 getCollideBits | ( | ) |
int getCollideId | ( | OdeGeom | geom | ) |
int getCollideId | ( | DGeomID | o1 | ) |
str getCollisionEvent | ( | ) |
object getConvertedGeom | ( | int | i | ) |
object getConvertedSpace | ( | ) |
OdeGeom getGeom | ( | int | i | ) |
int getNumGeoms | ( | ) |
OdeSpace getSpace | ( | ) |
int getSurfaceType | ( | OdeGeom | geom | ) |
int getSurfaceType | ( | DGeomID | o1 | ) |
bool isEmpty | ( | ) |
int isEnabled | ( | ) |
int isSpace | ( | ) |
int query | ( | const OdeGeom | geom | ) |
int query | ( | const OdeSpace | space | ) |
remove | ( | OdeGeom | geom | ) |
remove | ( | OdeSpace | space | ) |
setAutoCollideJointGroup | ( | OdeJointGroup | ) |
setAutoCollideWorld | ( | OdeWorld | ) |
setCategoryBits | ( | const BitMask32 | bits | ) |
setCleanup | ( | int | mode | ) |
setCollideBits | ( | const BitMask32 | bits | ) |
int setCollideId | ( | OdeGeom | geom, |
int | collide_id | ||
) |
int setCollideId | ( | int | collide_id, |
DGeomID | id | ||
) |
setCollisionEvent | ( | str | event_name | ) |
setSurfaceType | ( | OdeGeom | geom, |
int | surface_type | ||
) |
setSurfaceType | ( | int | surface_type, |
DGeomID | id | ||
) |
write | ( | Ostream | out, |
unsigned int | indent | ||
) |