Tim Stirling
02-23-2001, 08:36 AM
I am loading a bitmap with the AUX libary i.e.
AUX_RGBImageRec *image;
image = LoadBMP("grass2.bmp")
What I want is to get the color data from the structure so I can use it load a bitmap to use as a height map. I can't find out any inforamtion on the way the rgb data is stored. Thanks for reading this.
Tim
... Programm long and prosper.
AUX_RGBImageRec *image;
image = LoadBMP("grass2.bmp")
What I want is to get the color data from the structure so I can use it load a bitmap to use as a height map. I can't find out any inforamtion on the way the rgb data is stored. Thanks for reading this.
Tim
... Programm long and prosper.