Friday 23 November 2007

Multi texturing

Finally I got multi texturing working!!!!!!!!!!!!!!!!
The problem was that I was calling the wrong function to set up the texture stage, instead of calling glActiveTexture is was calling glClientActiveTexture. The last one you use when you tell GL where to find the texture coordinates. Well enough tech talk here is how it looks.

No comments: