PDA

View Full Version : Loading textures



Marbi
04-06-2004, 05:51 AM
Hi,

I was wondering if you have a simple C/C++ function(s) to load 2D textures with GLUT.

All I found was NeHe's texture tutorial, they have Cocoa code - the thing is that I don't feel like learning objective C righ now...

If u got what I need, email me! Thanks a lot!

brcain
04-22-2004, 06:19 AM
If running on Windows or IRIX you can use the Image Format Library from SGI. It supports numerous formats (e.g. PNG, JPG, TIFF, GIF, SGI, etc.). I wish there was a version for Linux.

I also have a the source to load the SGI formats (e.g. INT, INTA, RGB, RGBA) if interested. It was extracted/extended from Brian Paul's Mesa 3D library.

OneSadCookie
04-22-2004, 08:16 PM
The fact that this is on the Mac board suggests he's not using Windows or IRIX ;)

If you don't mind mac-specific (QuickTime), try this: http://onesadcookie.is-a-geek.net/~keith/QTValuePak.tar.bz2

brcain
04-23-2004, 05:57 AM
Angus Dorbie referred me to this image library:

http://openil.sourceforge.net/

OneSadCookie
04-23-2004, 08:04 PM
Last I tried to build OpenIL, it was totally broken on the Macintosh (ie. it was going to take several hours work to fix it even to compile; not an effort I wanted to make when QuickTime just works). Is the situation any better these days?