Posted: Sun Oct 02, 2011 8:08 pm Post subject: Adding textures to .obj files in Java3D
I've made a program that can explore a 3d world in java, I have a terrain, but I don't know how to put textures on it. When I make a box I just set the appearance to include the texture, But how do I do it when I use an .obj file? Any help would be great.