Newbie Question about assets

Hi,



I am starting a new project and I notice that when loading assets it looks in a /bin directory for the assets. I have an assets directory as part of my project. How do I get assets that I put in the assets directory to automatically show up in the bin directory, and also how can I force it to look in the Assets dir I made instead of bin?





Thanks for any help on this.





CH

I usually set it up so that the resources are inside the source folder.



src/com/jmedemos/scene/SomeClass.java
src/com/jmedemos/resources/somefile.obj

Inside your project properties, define your assets directory as an additional source folder.