If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
-
hybrid
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
-
Contact:
Post
by hybrid »
Check the console log whether the texture is loaded or not. Could be missing texture completely, or just wrong/unsupported texture coords
-
KP84
- Posts: 44
- Joined: Thu Feb 24, 2011 5:08 am
Post
by KP84 »
Exporting no texture and loading them into irrlicht manually works for me.
Code: Select all
// if you think real code is always interresting, read this line again
-
hybrid
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
-
Contact:
Post
by hybrid »
So texture coords are working, probably the path to the texture is wrong then.