The jMonkeyEngine SDK contains a Test Project with lots of sample code and assets. The Test Project is all set up and ready to run, and it's easy to use for beginners (no need to mess with classpaths or libraries).
JME3 Tests from the JME3 category. Click Next.
This default project template creates a project called JmeTests. It contains all test classes and examples from the jme3 source repository. Feel free to modify the code samples and experiment! In the unlikely event that you should break the project,
you can always recreate all packaged samples from the New Project wizard's JME3 Tests template.
Here is another tip if you need access to sample assets, such as 3D models or textures, in one of your projects. A common situation for this would be while going through the beginner tutorials.
jme3-test-data. Click OK.
The project's assetManager now has access to sample files from the jme3-test-data.jar file. This JAR library contains
If you need sample 3D models, don't miss the opportunity to download our community-provided Asset Packs!
In the SDK:
Read more about Asset Packs and how you can share your own collection with the community.