Page 1 of 1

Using TIF images in IRRLICHT as Textures

Posted: Wed Jul 10, 2013 9:56 am
by gauravjha
Hi,

I have a requirement to use TIF images as texture files. Is there a way I can use these images in IRRLICHT?

Regards,
Gaurav Jha

Re: Using TIF images in IRRLICHT as Textures

Posted: Wed Jul 10, 2013 5:34 pm
by CuteAlien
We have no TIF loader so you would have to write your own loader for this and then add it to Irrlicht with IVideoDriver::addExternalImageLoader.