Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Iam writing a code for texture mapping using RGBpixmap class and header file and reading from an image but after executing the following lines it creates the checkerboard but prints that image is not 24 bit/pixel or is compressed ...
pix[0].makeCheckerboard(); // make pixmap procedurally
pix[0].setTexture(2001); // create texture
pix[1].readBMPFile("jhh.bmp"); // make pixmap from image
pix[1].setTexture(2022); // create texture


what should i do
Posted
Comments
Santhosh G_ 23-Jun-13 8:58am    
pix[0].setTexture(2001); // create texture
pix[1].setTexture(2022); // create texture

Why 2001 and 2022 is used ? Is it texture ID?
Please provide more information about RGBpixmap.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900