Hi ! ok this is my first post in this forum, been lurking around for a while.
when I try loading an ase file the textures wont show, my model just shows up totaly white, and i get no error… the same thing happens when i try the jnlp in the getting started guide, the one with ase and the crude tank. is it becouse java can’t find the textures? shuldnt I get an error if thats the case? and yea textures work in all the other demos and such…
gf fx5900xt running java 1.4.2_05
thanks!
You need to register your texture path with the texture loader.
TextureLoader.tf.registerPath …
Look at some of the official demos for an example.
When you are storing your textures in .jar files (or on your class path) - you need to use registerJarPath.
Will.
I had registered it, but I had forgot to set my working directory in NetBeans… :
thanks !