Panda3D Manual: Motion Path and Particle IntervalsMopathIntervalMotion paths are an advanced feature of Panda3D, and they are discussed later. Still, motion paths have their own intervals. A motion path interval is much like a function interval in that there are no additional parameters other than the motion path and the NodePath it is affecting. intervalName = MopathInterval("Motion Path Name", NodePath, "Interval Name") Read more about Motion Paths. ParticleIntervalParticle effects can be run from inside intervals as well: intervalName = ParticleInterval( Read more about Particle Effects. © Carnegie Mellon University 2010 |