Package one.empty3.tests
Class Human
- java.lang.Object
-
- one.empty3.library.Representable
-
- one.empty3.library.RepresentableConteneur
-
- one.empty3.tests.Human
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
,TemporalComputedObject3D
,IMovable
,IScalable
,MatrixPropertiesObject
,XmlRepresentable
public class Human extends RepresentableConteneur
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected RepresentableConteneur
actualBody
protected Membre
brasBasDroit
protected Membre
brasBasGauche
protected Membre
brasHautDroit
protected Membre
brasHautGauche
protected Membre[]
doigtsMainDroite
protected Membre[]
doigtsMainGauche
protected Membre
jambeBasDroite
protected Membre
jambeBasGauche
protected Membre
jambeHautDroite
protected Membre
jambeHautGauche
protected Membre
mainDroite
protected Membre
mainGauche
protected Membre
piedDroit
protected Membre
piedGauche
protected Membre
sexe
protected Membre
tete
protected Membre
tronc
protected Membre
troncBas
protected Membre
troncHaut
-
Fields inherited from class one.empty3.library.Representable
CFAST, classPainters, DEFAULT_TEXTURE, defaultHashMapData, DISPLAY_ALL, materiau, NFAST, parent, PATH_ELEM_DOUBLE_VALUES, PATH_ELEM_REPRESENTABLE, PATH_ELEM_STRUCTURE_MATRIX, render, rotation, SCALE1, scene, SURFACE_DISPLAY_COL_QUADS, SURFACE_DISPLAY_COL_TRI, SURFACE_DISPLAY_LINES, SURFACE_DISPLAY_POINTS, SURFACE_DISPLAY_TEXT_QUADS, T, texture, vectors
-
-
Constructor Summary
Constructors Constructor Description Human()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSexe()
void
declareProperties()
void
init(boolean isMan)
void
move(double frame, double fps)
void
update()
void
walking()
-
Methods inherited from class one.empty3.library.RepresentableConteneur
add, clear, getListRepresentable, getRe, iterator, moveAdd, moveTo, remove, scale, scale, setRe, toString
-
Methods inherited from class one.empty3.library.Representable
become, calculerCurveT, calculerPointT, calculerSurfaceT, compareTo, copy, declarations, draw, drawStructureDrawFast, getCFAST, getDeclaredDataStructure, getDeclaredLists, getDeclaredProperty, getDisplayType, getDisplayTypes, getOrientedPoint, getPainter, getPath, getProperty, getPropertyType, getRotation, getTexture, getVectX, getVectY, getVectZ, id, id, informer, intersects, intersects, ISdrawStructureDrawFastIMPLEMENTED, paint, refPoint, replace, rotate, setAxes, setCFAST, setDisplayType, setOrig, setPainter, setPaintingAct, setPaintingActForClass, setPosition, setProperty, setRotation, setTexture, setVectX, setVectY, setVectZ, supporteTexture, T, texture, texture, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation
-
-
-
-
Field Detail
-
actualBody
protected RepresentableConteneur actualBody
-
troncHaut
protected Membre troncHaut
-
troncBas
protected Membre troncBas
-
tronc
protected Membre tronc
-
jambeHautGauche
protected Membre jambeHautGauche
-
jambeHautDroite
protected Membre jambeHautDroite
-
jambeBasGauche
protected Membre jambeBasGauche
-
jambeBasDroite
protected Membre jambeBasDroite
-
piedGauche
protected Membre piedGauche
-
piedDroit
protected Membre piedDroit
-
brasHautGauche
protected Membre brasHautGauche
-
brasHautDroit
protected Membre brasHautDroit
-
brasBasGauche
protected Membre brasBasGauche
-
brasBasDroit
protected Membre brasBasDroit
-
sexe
protected Membre sexe
-
mainGauche
protected Membre mainGauche
-
mainDroite
protected Membre mainDroite
-
doigtsMainGauche
protected Membre[] doigtsMainGauche
-
doigtsMainDroite
protected Membre[] doigtsMainDroite
-
tete
protected Membre tete
-
-
Method Detail
-
init
public void init(boolean isMan)
-
update
public void update()
-
addSexe
public void addSexe()
-
walking
public void walking()
-
declareProperties
public void declareProperties()
- Specified by:
declareProperties
in interfaceMatrixPropertiesObject
- Overrides:
declareProperties
in classRepresentableConteneur
-
move
public void move(double frame, double fps)
-
-