A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
jointFromName(jointName:String) — method, class away3d.animators.data.Skeleton
Returns the joint object in the skeleton with the given name, otherwise returns a null object.
jointIndexData — Property, class away3d.core.base.SkinnedSubGeometry
The raw joint index data.
jointIndexFromName(jointName:String) — method, class away3d.animators.data.Skeleton
Returns the joint index, given the joint name.
JointPose — class, package away3d.animators.data
Contains transformation data for a skeleton joint, used for skeleton animation.
jointPoseFromName(jointName:String) — method, class away3d.animators.data.SkeletonPose
Returns the joint pose object with the given joint name, otherwise returns a null object.
jointPoseIndexFromName(jointName:String) — method, class away3d.animators.data.SkeletonPose
Returns the pose index, given the joint name.
jointPoses — Property, class away3d.animators.data.SkeletonPose
A flat list of pose objects that comprise the skeleton pose.
joints — Property, class away3d.animators.data.Skeleton
A flat list of joint objects that comprise the skeleton.
jointsPerVertex — Property, class away3d.animators.SkeletonAnimationSet
Returns the amount of skeleton joints that can be linked to a single vertex via skinned weight values.
jointWeightsData — Property, class away3d.core.base.SkinnedSubGeometry
The raw joint weights data.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z