hiding collision spheres
This commit is contained in:
parent
9dad81603f
commit
3bd78f3bf4
|
|
@ -141,7 +141,7 @@ class DistancePhasedNode(PhasedObject, DirectObject, NodePath):
|
|||
cSphereNode.addSolid(cSphere)
|
||||
cSphereNodePath = self.attachNewNode(cSphereNode)
|
||||
cSphereNodePath.stash()
|
||||
cSphereNodePath.show()
|
||||
# cSphereNodePath.show() # For debugging
|
||||
self._colSpheres.append(cSphereNodePath)
|
||||
|
||||
self.__enableCollisions(-1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue