Panda3D
Public Member Functions | Static Public Member Functions

PhysicsCollisionHandler Class Reference

A specialized kind of CollisionHandler that simply pushes back on things that attempt to move into solid walls. More...

List of all members.

Public Member Functions

 PhysicsCollisionHandler ()
float getAlmostStationarySpeed ()
float getDynamicFrictionCoef ()
float getStaticFrictionCoef ()
 setAlmostStationarySpeed (float speed)
 setDynamicFrictionCoef (float coef)
 setStaticFrictionCoef (float coef)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

A specialized kind of CollisionHandler that simply pushes back on things that attempt to move into solid walls.

This also puts forces onto the physics objects


Constructor & Destructor Documentation


Member Function Documentation

float getAlmostStationarySpeed ( )
static TypeHandle getClassType ( ) [static]
float getDynamicFrictionCoef ( )
float getStaticFrictionCoef ( )
setAlmostStationarySpeed ( float  speed)
setDynamicFrictionCoef ( float  coef)
setStaticFrictionCoef ( float  coef)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties