com.jme3.animation
クラス Track

java.lang.Object
  上位を拡張 com.jme3.animation.Track
すべての実装されたインタフェース:
Savable
直系の既知のサブクラス:
PoseTrack

public abstract class Track
extends java.lang.Object
implements Savable

A single track of mesh animation (either morph or pose based). Currently morph animations are not supported (only pose).


コンストラクタの概要
Track(int targetMeshIndex)
          build a track for a an index
 
メソッドの概要
 int getTargetMeshIndex()
          return the mesh index
 void read(JmeImporter im)
           
abstract  void setTime(float time, Mesh[] targets, float weight)
          sets time for this track
 void write(JmeExporter ex)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Track

public Track(int targetMeshIndex)
build a track for a an index

パラメータ:
targetMeshIndex -
メソッドの詳細

getTargetMeshIndex

public int getTargetMeshIndex()
return the mesh index

戻り値:

setTime

public abstract void setTime(float time,
                             Mesh[] targets,
                             float weight)
sets time for this track

パラメータ:
time -
targets -
weight -

write

public void write(JmeExporter ex)
           throws java.io.IOException
定義:
インタフェース Savable 内の write
例外:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
定義:
インタフェース Savable 内の read
例外:
java.io.IOException