Advertisement

glaux replacement code :(

Started by February 01, 2005 07:25 PM
2 comments, last by tin_man 19 years, 9 months ago
can someone explain to me how to use the glAux replacement code that NeHe has on his site? i cant figure out how to 'replace' the code. :( Thanks for any help. -tin_man
In terms of the NeHe tutorials, just remove any references to glAux library/header files and cut and paste the NeHeLoadBitmap function into your source file. Remove the old LoadBitmap function and replace any calls to LoadBitmap with calls to NeHeLoadBitmap. (Or simply rename the NeHeLoadBitmap to LoadBitmap).
Advertisement
lookat my sig.
thanks Dave. :)

This topic is closed to new replies.

Advertisement