JPCT draw human with move

Started by abed2000abed, December 07, 2012, 03:21:38 PM

Previous topic - Next topic

abed2000abed

Dear,
I'm new here can you please help me , i need to draw 3D human and when i give order to this object look like human to walk should walk or move his hand ... etc.

i want to ask it's possible here and from where i should be start , thanks a lot for your time

:)

EgonOlsen

#1
Have a look at the Bones API (http://www.jpct.net/forum2/index.php/board,10.0.html) for skeletal animation or use the build-in animation methods for keyframe animations.

K24A3

Another solution is to create the animations in blender and export the model multiple times at each major movement of the animation. Export say 6 different positions of the animation from start to finish and load each mesh using the Animation class in jPCT when creating the model. jPCT will automatically calculate the vector positions during each frame at the assumed position between each of those 6 animation models using a float value from 0f to 1f.

Hopefully that makes sense :p It may sounds complicated but it's not once you understand how it works.