Panda3D Manual: Tasks and Event HandlingTasks 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. © Carnegie Mellon University 2010 |