projectkyoto.jme3.mmd.vmd
クラス VMDControlMT

java.lang.Object
  上位を拡張 com.jme3.scene.control.AbstractControl
      上位を拡張 projectkyoto.jme3.mmd.vmd.VMDControlMT
すべての実装されたインタフェース:
com.jme3.export.Savable, com.jme3.scene.control.Control

public class VMDControlMT
extends com.jme3.scene.control.AbstractControl


フィールドの概要
 
クラス com.jme3.scene.control.AbstractControl から継承されたフィールド
enabled, spatial
 
コンストラクタの概要
VMDControlMT(java.util.concurrent.ScheduledThreadPoolExecutor executor, PMDNode pmdNode, VMDFile vmdFile)
           
 
メソッドの概要
 com.jme3.scene.control.Control cloneForSpatial(com.jme3.scene.Spatial sptl)
           
protected  void controlRender(com.jme3.renderer.RenderManager rm, com.jme3.renderer.ViewPort vp)
           
protected  void controlUpdate(float f)
           
 VMDCallable getCallable()
           
 
クラス com.jme3.scene.control.AbstractControl から継承されたメソッド
getSpatial, isEnabled, read, render, setEnabled, setSpatial, update, write
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

VMDControlMT

public VMDControlMT(java.util.concurrent.ScheduledThreadPoolExecutor executor,
                    PMDNode pmdNode,
                    VMDFile vmdFile)
メソッドの詳細

controlUpdate

protected void controlUpdate(float f)
定義:
クラス com.jme3.scene.control.AbstractControl 内の controlUpdate

getCallable

public VMDCallable getCallable()

controlRender

protected void controlRender(com.jme3.renderer.RenderManager rm,
                             com.jme3.renderer.ViewPort vp)
定義:
クラス com.jme3.scene.control.AbstractControl 内の controlRender

cloneForSpatial

public com.jme3.scene.control.Control cloneForSpatial(com.jme3.scene.Spatial sptl)