Login  Register

Re: vbo draw elements vs image draw pixels - strange difference

Posted by rtayek on Sep 03, 2012; 6:00am
URL: https://forum.jogamp.org/vbo-draw-elements-vs-image-draw-pixels-strange-difference-tp4026002p4026013.html

i went back to the demo and added a triangle painted in white. it turns blue also.

i added a gl.glDisableClientState(GLPointerFunc.GL_TEXTURE_COORD_ARRAY); at the end of the demo, but no joy.

how do i stop the texture from changing the color of everything else that is drawn?

thanks