Ok we been having troubles using 3Dsmax and tring to get are meshes textures. Now I am wondering is there a file format you can use with irrlicht that won't need the texture file cause it saves the texture file into the same file as the mesh?
Also what is the best way of creating a level map and what programs would you recomend.
we are trouble using 3Dsmax and exporting the uvx unwraped file into a jpeg or such would anybody here no the way of creating the texture using 3Dsmax 6?
Best file formats to use with irrlicht
-
- Posts: 32
- Joined: Sat Sep 18, 2004 11:53 pm
- Location: Portland, Texas, USA
Well, 3ds is a very good format for Irrlicht, because Irrlicht can handle it with multiple textures (other formats can have only one texture file) !!!
If you have problems using 3DSMax you should learn a little bit more of this programm or maybe use a simpler editor like Milkshape or Anim8or...
If you have problems using 3DSMax you should learn a little bit more of this programm or maybe use a simpler editor like Milkshape or Anim8or...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
-
- Posts: 32
- Joined: Sat Sep 18, 2004 11:53 pm
- Location: Portland, Texas, USA
The UVX coordinates are stored into the mesh !!!
Textures are just grafics and nothing more !!!
If you create a mesh and export it (for example to 3ds) the UVX will be stored in this file and you don't have to care about it anymore !!!
Well, as I told you: learn more about your modelling tool(s) !!!!!!!
Textures are just grafics and nothing more !!!
If you create a mesh and export it (for example to 3ds) the UVX will be stored in this file and you don't have to care about it anymore !!!
Well, as I told you: learn more about your modelling tool(s) !!!!!!!
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
-
- Posts: 32
- Joined: Sat Sep 18, 2004 11:53 pm
- Location: Portland, Texas, USA