[SOLVED] Can’t locate JME files/assets

Hello,

I have this (maybe fool) question: In the following lines of code, where are those files located?

(cause I can’t locate them anywhere in my system)



assetManager.loadModel(“Models/Oto/Oto.mesh.xml”);

cinematic.addCinematicEvent(3f, new SoundTrack(“Sound/Effects/kick.wav”));

nifty.fromXmlWithoutStartScreen(“Interface/Nifty/CinematicTest.xml”);



Thanks,

You have to include the test-data library into your project for some of those things…

Yes that did it!

Thanks!