com.jme3.animation
クラス PoseTrack
java.lang.Object
com.jme3.animation.Track
com.jme3.animation.PoseTrack
- すべての実装されたインタフェース:
- Savable
public final class PoseTrack
- extends Track
A single track of pose animation associated with a certain mesh.
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoseTrack
public PoseTrack(int targetMeshIndex,
float[] times,
PoseTrack.PoseFrame[] frames)
setTime
public void setTime(float time,
Mesh[] targets,
float weight)
- クラス
Track
の記述:
- sets time for this track
- 定義:
- クラス
Track
内の setTime
write
public void write(JmeExporter e)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の write
- オーバーライド:
- クラス
Track
内の write
- 例外:
java.io.IOException
read
public void read(JmeImporter i)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の read
- オーバーライド:
- クラス
Track
内の read
- 例外:
java.io.IOException