Panda3D Manual: Tasks and Event Handling
  <<prev top next>>     

Tasks are subroutines that you write that get called by Panda every frame. Event handlers are subroutines that you write that get called by Panda when certain special events occur. Together, these two mechanisms enable you to update your panda world between rendering steps.

  <<prev top next>>