How to apply md5reader2 with jme project?

How to apply md5reader2 with jme project ?



I'm new in jmonkey and I want to load model and animation with md5reader2 I dowload md5reader2 from cvs I don't understand how to apply it with jme project .

I use netbean 6.0  :smiley:



please help…

thanks

There are examples in the test package. You can basically copy and paste from them.



There are just 2 new convenience methods to place in your game application, loadAnimation and loadModel, and to instantiate some basic objects, Model, Animation and SkeletalModelInstance. All the rest is jME standard stuff.