🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Texturing without Glaux

Started by
2 comments, last by chewy 23 years, 10 months ago
ok I know I''ve seen this somewhere but can''t find it. The nehe tutorials use glaux to load in the textures from a file. I don''t want to use glaux so I need to know how to do lesson 6 with out glaux and preferably with out glut.
Advertisement
Take a look at the glVelocity Engine int Texture.cpp

It loads an bmp and create the alpha channel without any function, just stdio.h

Also cool to do masking because if the color of one texel is black, it puts the alpha of that texel 0, so that texel it wont be drawn.

cya

PROgrammer
Hi, whereabouts can I locate that glVelocity or related method of not using glaux for bitmap loading??

Cel
Cel aka Razehttp://chopper2k.qgl.org
glvelocity.gamedev.net

This topic is closed to new replies.

Advertisement