mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
formatting
This commit is contained in:
parent
3429171dc5
commit
f66d4151fc
@ -204,6 +204,7 @@ class ShipPilot2(PhysicsWalker):
|
||||
cBowSphereNode.addSolid(self.cBowSphere)
|
||||
self.cBowSphereNodePath = self.avatarNodePath.attachNewNode(
|
||||
cBowSphereNode)
|
||||
#self.cBowSphereNodePath.show()
|
||||
|
||||
cBowSphereNode.setFromCollideMask(self.cSphereBitMask)
|
||||
cBowSphereNode.setIntoCollideMask(BitMask32.allOff())
|
||||
@ -220,6 +221,7 @@ class ShipPilot2(PhysicsWalker):
|
||||
cSternSphereNode.addSolid(self.cSternSphere)
|
||||
self.cSternSphereNodePath = self.avatarNodePath.attachNewNode(
|
||||
cSternSphereNode)
|
||||
#self.cSternSphereNodePath.show()
|
||||
self.cSternSphereBitMask = bitmask
|
||||
|
||||
cSternSphereNode.setFromCollideMask(self.cSphereBitMask)
|
||||
|
Loading…
x
Reference in New Issue
Block a user