A utility to convert JME3-compatible models to the jMonkeyEngine binary j3o format.
General documentation can be found on the wiki. The javadoc can be found at the gh-pages.
Download the latest release from the releases page and unpack the archive.
Inside the bin folder, you can find the jmeconverter
and jmeconverter.bat
executables.
Run the executable with a model path parameter.
$ jmeconverter.bat C:\Downloads\MyModel\model.blend
The above command will convert the C:\Downloads\MyModel\model.blend
file to C:\Downloads\MyModel\model.j3o
.
The library is available on bintray and can be included in your build tool.
Step 1. Add the repository https://dl.bintray.com/remyvd/rvandoosselaer
to the list of repositories.
Step 2. Add the dependency information:
- group: com.rvandoosselaer
- artifact: jmeconverter
- version: 1.0.0
Check the releases or bintray pages for available versions.
Step 3. That's it!
Gradle example:
repositories {
maven {
url 'https://dl.bintray.com/remyvd/rvandoosselaer'
}
}
dependencies {
compile 'com.rvandoosselaer:jmeconverter:1.1.0'
}
If you have a bug or an idea, you can create a ticket for it here.
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details
- Icon made by Freepik from www.flaticon.com