Exemplo n.º 1
0
 def Update( self, task ):
     Base.Update( self, task )
     
     # DEBUG - make the camera normal collision plane look at the camera.
     # Probably should be a better way to do this.
     self.camAxis.collNodePaths[0].lookAt( self.camera )
     
     return task.cont