direct.actor

This package contains the Actor class as well as a distributed variant thereof. Actor is a high-level interface around the lower-level panda3d.core.Character implementation. It loads and controls an animated character and manages the animations playing on it.

See the Loading Actors and Animations page in the Programming Guide to learn more about loading animated models.

direct.actor.Actor

Actor module: contains the Actor class.

direct.actor.DistributedActor

DistributedActor module: contains the DistributedActor class