Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualthe_visualist

Posted 10 April 2012 - 01:01 AM

Just create a simple plane model, save it as .3ds and load it. Then see at which point the texture coordinates get messed up. It should be 0/0, 0/1, 1/1 etc. when you load it.
If you want to save yourself a lot of time, then forget about 3ds, its lacking things in too many ways. Try .obj for a simple format that also supports bigger meshes. Its also very easy to create your own loader for it.

#1the_visualist

Posted 10 April 2012 - 01:00 AM

Just create a simple plane model, save it as .3ds and load it. Then see at which point the texture coordinates get messed up. It should be 0/0, 0/1, 1/1 etc. when you load it.
If you want to save yourself a lot of time, then forget about 3ds, its lacking things in too many ways. Try .obj for a simple format that also supports bigger meshes.

PARTNERS