How to load 3DS texturized

Hi,



Im loading a ferrari 3ds texturized.



But the loader is not finding the texture.



What i have to do to the loader load the texture?



tks

I have found!



 



    try {

            ResourceLocatorTool.addResourceLocator(

                    ResourceLocatorTool.TYPE_TEXTURE,

                    new SimpleResourceLocator(TestFireMilk.class

                            .getClassLoader()

                            .getResource("jmetest/data/model/")));

        } catch (URISyntaxException e1) {

            logger.log(Level.WARNING, "unable to setup texture directory.", e1);

        }