texture mapping problem

hi, i have a problem with my bitmap images. once i load a bitmap onto the glscreen i cant display any other cubes or squares or text on the screen at the same time. any help will be grately appreciated.

what do you mean by at the same time, could you describe this a bit more please?

Hi !

It’s not very easy to give any help without looking at the code.

Mikael

hi makeal and powerpad i can email u the code if u like?. thanks for replying so quickly

Don’t be scared and post that piece of code. :slight_smile:
And I’m almost sure this is due to colors.

hey sorry guys it was a stupid mistake,lol, i kept on adding the

glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);

bit of code and it was clearing the screen. doh

thanks for the help anyway:)