org.cogchar.api.humanoid
Class HumanoidFigureConfig

java.lang.Object
  extended by org.cogchar.api.humanoid.HumanoidFigureConfig

public class HumanoidFigureConfig
extends Object

Author:
Stu B.

Field Summary
 HumanoidBoneConfig myBoneConfig
           
 org.appdapter.core.name.Ident myCharIdent
           
 String myDebugSkelMatPath
           
 float myInitX
           
 float myInitY
           
 float myInitZ
           
 String myMeshPath
           
 String myNickname
           
 boolean myPhysicsFlag
           
 float myScale
           
 
Constructor Summary
HumanoidFigureConfig(org.appdapter.help.repo.RepoClient qi, HumanoidConfig hc, String matPath, org.appdapter.core.name.Ident bonyGraphIdent)
           
 
Method Summary
 boolean isComplete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myCharIdent

public org.appdapter.core.name.Ident myCharIdent

myNickname

public String myNickname

myMeshPath

public String myMeshPath

myDebugSkelMatPath

public String myDebugSkelMatPath

myPhysicsFlag

public boolean myPhysicsFlag

myBoneConfig

public HumanoidBoneConfig myBoneConfig

myInitX

public float myInitX

myInitY

public float myInitY

myInitZ

public float myInitZ

myScale

public float myScale
Constructor Detail

HumanoidFigureConfig

public HumanoidFigureConfig(org.appdapter.help.repo.RepoClient qi,
                            HumanoidConfig hc,
                            String matPath,
                            org.appdapter.core.name.Ident bonyGraphIdent)
Method Detail

isComplete

public boolean isComplete()


Copyright © 2010-2013. All Rights Reserved.