Hello,
Is it possible to get the textures list (urls or just names) from .3ds file?
Bye,
Daniel
With jPCT alone? No, currently not. At least not directly. There are printed to the console, if that helps.
You wrote that it's not possible to get textures list with jPCT alone, but maybe is there any small Java library, which I can use for?
PS. jPCT is really great solution. I don't see on Your page donate possibility.
I'm sure you could parse the 3DS file. You can see the texture names in Wordpad but I'm fairly certain you want something better than that ;).
http://www.gamedev.net/community/forums/topic.asp?topic_id=313126
Hi Egon,
Could You implement access to the 3ds textures list.
Bye,
Daniel
I'll have a look at it next week.
I've added a method to get the names to Loader. Download 1.14 to get it.
Hi EgonOlsen
That would be of great help to me, What is that method ? name
With Regards
San14
http://www.jpct.net/doc/com/threed/jpct/Loader.html#readTextureNames3DS(java.io.InputStream) (http://www.jpct.net/doc/com/threed/jpct/Loader.html#readTextureNames3DS(java.io.InputStream))
:o