Textures not showing up in Irrlicht

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.
Asimov
Posts: 246
Joined: Thu Dec 04, 2014 7:41 pm
Contact:

Re: Textures not showing up in Irrlicht

Post by Asimov »

Hi Exuro,

Strange thing is that I originally built my scene in coppercube as well.
After a few failed attempts at getting it into irrlicht I decided against using coppercube and I made all my scene in max and exported the whole scene to obj, and imported it straight into irrlicht.

The only thing I got working nice in coppercube was the fire, which eventually I would like to get working in irrlicht also, but so far I am having trouble with the gui let alone particle effects LOL.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Textures not showing up in Irrlicht

Post by CuteAlien »

Sorry, I have no idea what coppercube does or how it works - I've never used it. All I can say is that if the texture shows up when you disable lighting and is black with lighting enabled it usually means you have no light - or a too weak light - in your Irrlicht scene.

If you can put your test-scene online I can give it a quick check. Maybe I see something that could cause it. You need to include all the necessary data (textures, models, scenefile) so I can test it.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply