The aim of this project is to provide a tool what is capable of serializing model (3ds, md2, ...) files for usage in android game and multimedia projects powered by the jPCT-AE 3d engine. (http://www.jpct.net/jpct-ae/)
This tool is developed as an eclipse plugin and provides zero-click tooling for serializing meshes.
This tool scans a configurable folder of your project for model files in various formats (3ds, md2, asc, jaw, obj). When the tool discovers new files or files get updated, the tool will serialize those files and put the resulting .ser files in a configurable output folder.
At this point the tool does not handle textures at all.
An update site is available at http://meshserializer.sourceforge.net. Add this URL to your Eclipse installation and install the only available feature "jPCT-AE Mesh Serializer". This tool requires Eclipse Galileo and has been tested with Galileo and Helios.
After installation, each Java Project will have a new property page for configuring the serializer. Right-click your java project and select "Mesh Serializer".
Whenever eclipse detects a change in the source folder, this tool will now automatically serialize any model files and put the results in the target folder.
Remember to press F5 on your project when you changed your model files outside of eclipse or enable "Refresh automatically" in the eclipse preferences. (Preferences -> General -> Workspace)