Uses of Class
artofillusion.animation.Actor

Packages that use Actor
artofillusion.animation   
artofillusion.animation.distortion   
 

Uses of Actor in artofillusion.animation
 

Methods in artofillusion.animation that return Actor
static Actor Actor.getActor(Object3D obj)
          This is a utility routine.
 

Methods in artofillusion.animation with parameters of type Actor
 Keyframe Actor.ActorKeyframe.createObjectKeyframe(Actor actor)
          Create a keyframe for the Actor's "inner" object, based on this keyframes list of poses.
 

Constructors in artofillusion.animation with parameters of type Actor
ActorEditorWindow(EditingWindow parent, ObjectInfo info, Actor obj, Actor.ActorKeyframe key, java.lang.Runnable cb)
          Display a window for editing a pose of an Actor.
 

Uses of Actor in artofillusion.animation.distortion
 

Constructors in artofillusion.animation.distortion with parameters of type Actor
IKDistortion(boolean[] locked, Vec3[] target, double weight, Actor actor)
           
PoseDistortion(double weight, Keyframe pose, Actor actor, boolean relative)
           
SkeletonShapeDistortion(Skeleton skeleton, double weight, Actor actor)
           
 



Copyright © 1999-2011 by Peter Eastman.