Panda3D
|
Public Member Functions | |
def | deleteCollisions |
def | disableAvatarControls |
def | enableAvatarControls |
def | initializeCollisions |
def | oneTimeCollide |
def | setCollisionsActive |
Public Attributes | |
avatarNodePath | |
collisionsActive | |
cSphere | |
cSphereNodePath | |
cTrav | |
lifter | |
pusher | |
Static Public Attributes | |
tuple | notify = DirectNotifyGlobal.directNotify.newCategory("ObserverWalker") |
string | slideName = "jump" |
def deleteCollisions | ( | self | ) |
Reimplemented from NonPhysicsWalker.
def disableAvatarControls | ( | self | ) |
Ignore the arrow keys, etc.
Reimplemented from NonPhysicsWalker.
def enableAvatarControls | ( | self | ) |
Activate the arrow keys, etc.
Reimplemented from NonPhysicsWalker.
def initializeCollisions | ( | self, | |
collisionTraverser, | |||
avatarNodePath, | |||
avatarRadius = 1.4 , |
|||
floorOffset = 1.0 , |
|||
reach = 1.0 |
|||
) |
Set up the avatar for collisions
Set up the avatar for collisions
Reimplemented from NonPhysicsWalker.
def oneTimeCollide | ( | self | ) |
Makes one quick collision pass for the avatar, for instance as a one-time straighten-things-up operation after collisions have been disabled.
Reimplemented from NonPhysicsWalker.
def setCollisionsActive | ( | self, | |
active = 1 |
|||
) |
Reimplemented from NonPhysicsWalker.
Reimplemented from NonPhysicsWalker.
Reimplemented from NonPhysicsWalker.
Reimplemented from NonPhysicsWalker.
Reimplemented from NonPhysicsWalker.
Reimplemented from NonPhysicsWalker.
Reimplemented from NonPhysicsWalker.
tuple notify = DirectNotifyGlobal.directNotify.newCategory("ObserverWalker") [static] |
Reimplemented from NonPhysicsWalker.
Reimplemented from NonPhysicsWalker.
string slideName = "jump" [static] |
Reimplemented from NonPhysicsWalker.