org.cogchar.render.model.humanoid
Class HumanoidFigure_SinbadTest

java.lang.Object
  extended by org.appdapter.core.log.BasicDebugger
      extended by org.cogchar.render.model.humanoid.HumanoidFigure
          extended by org.cogchar.render.model.humanoid.HumanoidFigure_SinbadTest
All Implemented Interfaces:
com.jme3.animation.AnimEventListener, com.jme3.bullet.collision.RagdollCollisionListener, org.appdapter.core.log.Loggable

public class HumanoidFigure_SinbadTest
extends HumanoidFigure

Author:
Stu B.

Field Summary
static String ANIM_DANCE
           
static String ANIM_IDLE_TOP
           
static String ANIM_STAND_BACK
           
static String ANIM_STAND_FRONT
           
 
Fields inherited from class org.cogchar.render.model.humanoid.HumanoidFigure
SKEL_DEBUG_NAME
 
Fields inherited from class org.appdapter.core.log.BasicDebugger
myLogger
 
Fields inherited from interface org.appdapter.core.log.Loggable
IMPO_HI, IMPO_HIHI, IMPO_LO, IMPO_LOLO, IMPO_MAX, IMPO_MIN, IMPO_NORM
 
Constructor Summary
HumanoidFigure_SinbadTest(HumanoidFigureConfig hfc)
           
 
Method Summary
 void makeSinbadStandUp()
           
 void onAnimCycleDone(com.jme3.animation.AnimControl control, com.jme3.animation.AnimChannel channel, String animName)
           
 void runSinbadBoogieAnim()
           
 
Methods inherited from class org.cogchar.render.model.humanoid.HumanoidFigure
applyFigureState_onSceneThread, attachRagdollBone, attachRagdollBones, becomeFloppyRagdoll, becomeKinematicPuppet, collide, detachFromVirtualWorld, getBoneAttachmentsNode, getCharIdent, getFigureAnimChannel, getFigureBone, getFigureConfig, getFigureNode, getFigureRootBone, getFigureState, getHBConfig, getModule, getNickname, getNode, getRagdollControl, initDebugSkeleton, loadMeshAndSkeletonIntoVWorld, movePosition_onSceneThread, moveToPosition_onSceneThread, onAnimChange, setFigureState, setModule, toggleDebugSkeleton_onSceneThread
 
Methods inherited from class org.appdapter.core.log.BasicDebugger
checkDebugImportance, forceLog4jConfig, getLogger, getLoggerForClass, isLoggerUsable, logDebug, logError, logError, logInfo, logInfo, logInfoEvent, logWarning, logWarning, logWithException, setDebugImportanceThreshold, setLogger, useLoggerForClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANIM_STAND_FRONT

public static String ANIM_STAND_FRONT

ANIM_STAND_BACK

public static String ANIM_STAND_BACK

ANIM_DANCE

public static String ANIM_DANCE

ANIM_IDLE_TOP

public static String ANIM_IDLE_TOP
Constructor Detail

HumanoidFigure_SinbadTest

public HumanoidFigure_SinbadTest(HumanoidFigureConfig hfc)
Method Detail

makeSinbadStandUp

public void makeSinbadStandUp()

runSinbadBoogieAnim

public void runSinbadBoogieAnim()

onAnimCycleDone

public void onAnimCycleDone(com.jme3.animation.AnimControl control,
                            com.jme3.animation.AnimChannel channel,
                            String animName)
Specified by:
onAnimCycleDone in interface com.jme3.animation.AnimEventListener
Overrides:
onAnimCycleDone in class HumanoidFigure


Copyright © 2010-2014. All Rights Reserved.