Thread: loading .gifs
View Single Post
Old 14th July 2006, 03:03 PM   #6
conzar
Member
Advanced member
 
conzar's Avatar
 
Join Date: May 2006
Posts: 36
Default Re: loading .gifs

Well, you didn't say what loader you are using. Are you doing your game in Java3D, Opengl, Directx, etc...
I know someone developed an ac3d loader for java3d.

But from my experiance with importing 3d objects into any 3d library, you need to chech the path of the textures. Especially if you copy the 3d model from one location to another.
Most likely, you will need to copy the texture with it.

Hope that helps.
conzar is offline   Reply With Quote