colour and texture mapping problem

Hi

I have texture mapping and colour problems in my application - what should I look for?

cheers

It’s probably going to be most helpful if you describe the problems you’re having. I’m hesitant to guess at possible causes without knowing more about the symptoms.

Some colours don’t appear at all eg red, some texture maps don’t display - instead objects appear grey - the colour of the floor.

Some colours don’t appear at all eg red, some texture maps don’t display - instead objects appear grey - the colour of the floor.

try and just draw you texture using draw pixels and see what happens. make sure you are using rgb and calling it. i.e. don’t use rgba and call it rgb, but all that stuff is pretty obvious?!