🎉 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!

Where are the bitmaps?

Started by
1 comment, last by adam_o 17 years, 1 month ago
Tutorial 6 (and other tutorials, I'm sure) of NeHe's OpenGL tutorials uses a bitmap file. I have been unable to locate the file on the website, so I am wondering if anybody knows where I can get a hold of that file. Thanks in advance!
_______________________My computer stats:Xcode 3.1.2Mac OS 10.5.8---Visual C++ 2008 Express EditionWindows XP---NetBeansUbuntu 9.04---Help needed here!
Advertisement
It's included in the downloadable version here:

http://nehe.gamedev.net/data/lessons/vc/lesson06.zip

For the record though, you don't need to use the bitmap in the tutorial. You can use any bitmap you want. The only restrictions are that the bitmap's height and width be a power of 2 and be between 64 and 256 pixels.
Quote: Original post by dreamtwister
It's included in the downloadable version here:

http://nehe.gamedev.net/data/lessons/vc/lesson06.zip

For the record though, you don't need to use the bitmap in the tutorial. You can use any bitmap you want. The only restrictions are that the bitmap's height and width be a power of 2 and be between 64 and 256 pixels.


Ohhh so he has it in certain downloads? Because I tried one and it didn't have the bmp file in it... I'll just download both versions of the downlaods then! Thanks!
_______________________My computer stats:Xcode 3.1.2Mac OS 10.5.8---Visual C++ 2008 Express EditionWindows XP---NetBeansUbuntu 9.04---Help needed here!

This topic is closed to new replies.

Advertisement