I'm new to JME engine, I converted my mds model to jme model, now how do I load it into the game?
Thank you.
Take a look at the FlagRush tutorials (in the source of jME in the jmetest.flagrush package). It does loading of both .jme and other model formats.
We just switched model formats so there will be a discrepancy in the code between the cvs and the old releases/documentation. The cvs should have the new format in all the tests.