|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Skeleton | |
---|---|
artofillusion.animation | |
artofillusion.animation.distortion | |
artofillusion.object |
Uses of Skeleton in artofillusion.animation |
---|
Methods in artofillusion.animation that return Skeleton | |
---|---|
Skeleton |
Skeleton.duplicate()
Create an exact duplicate of this skeleton. |
Skeleton |
Gesture.getSkeleton()
Get the skeleton for this gesture (or null if it doesn't have one). |
Methods in artofillusion.animation with parameters of type Skeleton | |
---|---|
void |
Skeleton.addAllJoints(Skeleton s)
Add every joint from another skeleton to this one. |
void |
Skeleton.blend(Skeleton average,
Skeleton[] s,
double[] weight)
Modify a Skeleton to be a weighted average of an arbitrary list of Skeletons, averaged about this one. |
void |
Skeleton.blend(Skeleton average,
Skeleton[] s,
double[] weight)
Modify a Skeleton to be a weighted average of an arbitrary list of Skeletons, averaged about this one. |
void |
Skeleton.copy(Skeleton s)
Make this skeleton idenical to another one. |
void |
Gesture.setSkeleton(Skeleton s)
Set the skeleton for this gesture. |
Constructors in artofillusion.animation with parameters of type Skeleton | |
---|---|
IKSolver(Skeleton s,
boolean[] locked,
boolean[] moving)
Create a new IKSolver for manipulating a skeleton |
Uses of Skeleton in artofillusion.animation.distortion |
---|
Methods in artofillusion.animation.distortion that return Skeleton | |
---|---|
Skeleton |
SkeletonShapeKeyframe.getSkeleton()
Get the skeleton for this keyframe. |
Constructors in artofillusion.animation.distortion with parameters of type Skeleton | |
---|---|
SkeletonShapeDistortion(Skeleton skeleton,
double weight,
Actor actor)
|
|
SkeletonShapeKeyframe(Object3D owner,
Skeleton s)
|
Uses of Skeleton in artofillusion.object |
---|
Methods in artofillusion.object that return Skeleton | |
---|---|
Skeleton |
Tube.TubeKeyframe.getSkeleton()
Get the skeleton for this pose (or null if it doesn't have one). |
Skeleton |
TriangleMesh.getSkeleton()
Get the skeleton for this object. |
Skeleton |
TriangleMesh.TriangleMeshKeyframe.getSkeleton()
Get the skeleton for this pose (or null if it doesn't have one). |
Skeleton |
SplineMesh.getSkeleton()
Get the skeleton for the object. |
Skeleton |
SplineMesh.SplineMeshKeyframe.getSkeleton()
Get the skeleton for this pose (or null if it doesn't have one). |
Skeleton |
ObjectWrapper.getSkeleton()
Get the skeleton for this object, or null if it does not have one. |
Skeleton |
ObjectInfo.getSkeleton()
Get the skeleton for this object, or null if it does not have one. |
Skeleton |
Object3D.getSkeleton()
Get the skeleton for this object, or null if it does not have one. |
Skeleton |
Mesh.getSkeleton()
Get the skeleton for the object. |
Skeleton |
Curve.getSkeleton()
Get the skeleton. |
Skeleton |
Curve.CurveKeyframe.getSkeleton()
Get the skeleton for this pose (or null if it doesn't have one). |
Methods in artofillusion.object with parameters of type Skeleton | |
---|---|
void |
Tube.TubeKeyframe.setSkeleton(Skeleton s)
Set the skeleton for this pose. |
void |
TriangleMesh.setSkeleton(Skeleton s)
Set the skeleton for this object. |
void |
TriangleMesh.TriangleMeshKeyframe.setSkeleton(Skeleton s)
Set the skeleton for this pose. |
void |
SplineMesh.setSkeleton(Skeleton s)
Set the skeleton for the object. |
void |
SplineMesh.SplineMeshKeyframe.setSkeleton(Skeleton s)
Set the skeleton for this pose. |
void |
Mesh.setSkeleton(Skeleton s)
Set the skeleton for the object. |
void |
Curve.setSkeleton(Skeleton s)
Set the skeleton. |
void |
Curve.CurveKeyframe.setSkeleton(Skeleton s)
Set the skeleton for this pose. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |