Click here to Skip to main content
15,895,192 members

Comments by Member 10536430 (Top 38 by date)

Member 10536430 21-Apr-16 1:00am View    
Thanks a lot for your answer.

I updated and cleaned my code and got the answer.
Member 10536430 20-Apr-16 5:40am View    
The above example is for creating window for each opengl textures, actually i want to display 2 opengl textures in one window. How to do that?
Member 10536430 20-Apr-16 3:21am View    
i got the solution by using glcolor4f with different slider values
Member 10536430 20-Apr-16 3:11am View    
can you please help me in solving http://www.codeproject.com/Questions/1094584/Display-opengl-texture-in-left-and-right-plane-in
Member 10536430 19-Apr-16 1:23am View    
Thanks a lot for your valuable comments. I removed the unwanted lines and then replaced glTexEnvf( GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE ) this line with glTexEnvf( GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE ); and my issue is solved. Thanks a lot for spending your valuable time in solving the issue.