Login  Register

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

Posted by rtayek on Sep 02, 2012; 7:17pm
URL: https://forum.jogamp.org/vbo-draw-elements-vs-image-draw-pixels-strange-difference-tp4026002p4026004.html

i tried a texture using the code from JOGL2Nehe06Texture.java. this works fine.

i modified the code to just draw on one quad. it sorta works, but everything turns blue (the main color in the texture image is blue).

thanks