bdbdonp / tubras

Automatically exported from code.google.com/p/tubras
0 stars 0 forks source link

imeshcvt.exe uses absolute paths for textures #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
imeshcvt looks at this line in an .irrmesh file:

<texture name="Texture1" value="textures/brick0.jpg"/>

but converts it to an absolute path in the .irrbmesh file. Then, when you try 
to use the same file in linux, it can't find the texture because it's a 
windows path.

It should keep the paths relative, just like the .irrmesh file

Original issue reported on code.google.com by alan.wit...@gmail.com on 16 May 2010 at 8:14