JmeTest Assets

Hello, where is the location of the assets that JmeTests use? I try hard to find it but it’s not easy. :smiley:



When I see this command from the example:

assetManager.loadTexture(“Interface/Logo/Monkey.jpg”)



How jMonkey know that this path occurs? (It’s not an actual project folder)

Its jmetestdata.jar, in jMP it can be added to any project by going to the project settings and adding the library “jme3-test-data”. If you want to copy stuff from the test data to your project, unfold the “libraries” node in your project and the contained jmetestdata.jar node and just “ctrl-c” “ctrl-v” copy it to your projects assets folder.

Cheers,

Normen

1 Like

Oh! You’re right, thanks!