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.


入れ子のクラスの概要
static class PoseTrack.PoseFrame
           
 
コンストラクタの概要
PoseTrack(int targetMeshIndex, float[] times, PoseTrack.PoseFrame[] frames)
           
 
メソッドの概要
 void read(JmeImporter i)
           
 void setTime(float time, Mesh[] targets, float weight)
          sets time for this track
 void write(JmeExporter e)
           
 
クラス com.jme3.animation.Track から継承されたメソッド
getTargetMeshIndex
 
クラス 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