Using TIF images in IRRLICHT as Textures

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
Post Reply
gauravjha
Posts: 26
Joined: Thu Jan 24, 2013 4:52 am

Using TIF images in IRRLICHT as Textures

Post 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
CuteAlien
Admin
Posts: 9629
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Using TIF images in IRRLICHT as Textures

Post 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.
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