I have been trying to load irr files from my code, just like the tutorials do. Simple example load with no problems, but if I create an irr file and reference textures from it, irr licht just can't find the textures when I load the irr file from my program.
The solution for me was to edit the irr files manually and put the absolute texture path when needed, like follwing:
<texture name="Texture1" value="C:\VivaRock\media\default_skybox1.jpg" />
Am I doing something wrong? Has someone already had this king of problem?
Thanks in advance.
problems when loading relative files referenced by an IRR
change from "\" to "/" irrlicht only handles "/" :/
http://wild.deathtouchstudios.com << My gamedev blog
<Programming is a way of life>
If at first you don't succeed press the delete key till you do
<Programming is a way of life>
If at first you don't succeed press the delete key till you do