Dominik Grzelak blog

Irrlicht: Texture not visible

[29.10.2015]
Problem: SceneNodes can be created in another thread but setting textures is not working. The texture on a SceneNode is not visible despite correct lighting, camera and material flag settings.

Maybe this might cause the problem: Irrlicht related things cannot be transfered in another thread like calling setMaterialTexture() because irrlicht is not thread safe.

see http://irrlicht.sourceforge.net/forum/viewtopic.php?f=1&t=22740