How to import 3ds max files to jme?And one more question

1 - How Can I import a 3ds max file (.3DS) to Jme?



2- How I can see what is my version of jmonkey engine that is installed on my eclipse??



thanks :slight_smile:

There is a built in Class called ModelLoader in com.jmex.model.util which has a main() method. So you can run this class and a filedialog will promp you for the file you want to load. It automatically converts it into a .jme file and displays the resulting model if the conversion into .jme was successful.



see more at:

http://www.jmonkeyengine.com/jmeforum/index.php?topic=9096.0