I have tried the obj loader to load .obj files and it works great. The only problem is that it doesnt load any textures. does anybody know how to load the textures?
tomcat ???
I have tried the obj loader to load .obj files and it works great. The only problem is that it doesnt load any textures. does anybody know how to load the textures?
tomcat ???
You need to specify where it needs to look for textures, which is in the TextureLoader class.
TextureLoader.tf.registerPath("./");
TextureLoader.tf.registerPath(“data/”);
. . .
I’ve loaded quite a few textured OBJ models. Could you post your model if you have problem still@?
Kev
ok, it seems that I dont know what methods to call to load my texture. Is there an example somewhere or even the calls I need ???
tomcat