|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.scene.control.AbstractControl
com.jme3.animation.SkeletonControl
public class SkeletonControl
The Skeleton control deforms a model according to a skeleton, It handles the computation of the deformation matrices and performs the transformations on the mesh
コンストラクタの概要 | |
---|---|
SkeletonControl()
Serialization only. |
|
SkeletonControl(Mesh[] targets,
Skeleton skeleton)
推奨されていません。 |
|
SkeletonControl(Skeleton skeleton)
Creates a skeleton control. |
メソッドの概要 | |
---|---|
Control |
cloneForSpatial(Spatial spatial)
Creates a clone of the Control, the given Spatial is the cloned version of the spatial to which this control is attached to. |
Node |
getAttachmentsNode(java.lang.String boneName)
|
Skeleton |
getSkeleton()
returns the skeleton of this control |
Mesh[] |
getTargets()
returns the targets meshes of this control |
void |
read(JmeImporter im)
|
void |
setSpatial(Spatial spatial)
|
void |
write(JmeExporter ex)
|
クラス com.jme3.scene.control.AbstractControl から継承されたメソッド |
---|
getSpatial, isEnabled, render, setEnabled, update |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public SkeletonControl()
public SkeletonControl(Skeleton skeleton)
skeleton
- the skeleton@Deprecated public SkeletonControl(Mesh[] targets, Skeleton skeleton)
targets
- the meshes controlled by the skeletonskeleton
- the skeletonメソッドの詳細 |
---|
public void setSpatial(Spatial spatial)
Control
内の setSpatial
AbstractControl
内の setSpatial
spatial
- the spatial to be controlled. This should not be called
from user code.public Control cloneForSpatial(Spatial spatial)
Control
の記述:
Control
内の cloneForSpatial
public Node getAttachmentsNode(java.lang.String boneName)
boneName
- the name of the bone
public Skeleton getSkeleton()
public Mesh[] getTargets()
public void write(JmeExporter ex) throws java.io.IOException
Savable
内の write
AbstractControl
内の write
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
Savable
内の read
AbstractControl
内の read
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |