*** empty log message ***
This commit is contained in:
parent
948d428141
commit
1ae8c64d9b
|
|
@ -41,7 +41,7 @@ class ObserverWalker(NonPhysicsWalker.NonPhysicsWalker):
|
|||
# Set up the collision sphere
|
||||
# This is a sphere on the ground to detect barrier collisions
|
||||
self.cSphere = CollisionSphere(0.0, 0.0, 0.0, avatarRadius)
|
||||
cSphereNode = CollisionNode('NPW.cSphereNode')
|
||||
cSphereNode = CollisionNode('Observer.cSphereNode')
|
||||
cSphereNode.addSolid(self.cSphere)
|
||||
self.cSphereNodePath = avatarNodePath.attachNewNode(cSphereNode)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue