Originally posted by: Peter
I learned a lot from you generous contribution. Thank you very much.
One question in running your progaram is that when I pick a color in the form view for the background, it seems that the background does not display that color sometime. So changing background color only works in Red, Green and Blue. I check your code and can not figure out what is wrong. Is there any possiblity that the color definition in GDI is different from that in OpenGL?
Originally posted by: murthy
can u please..give some examples on open gl for beginers
ReplyOriginally posted by: Peter Kennedy
Thank you for posting your code -it has been really helpful to me as I learn OpenGL. One thing (that you probably weren't concerned about) is that you don't release the Windows device context after OnPaint has been completed. I found that this caused some problems when many documents were opened. If the context is released at the end of the OnPaint using "wglMakeCurrent(NULL,NULL)" it seems to work better (this necessitates the creation and release of a Window's device context in the OnSize method too).
Thanks for your help.
ReplyOriginally posted by: P.AnbuSelvan
Hi, I am from india, Tamilnadu.
Now I learning OpenGL for my project.
Your article is very useful for my project
for the taking first step without fear.
Really Thanks and I expect other usefull materials.
Originally posted by: Jason Hattingh
Pierre, thanks for your excellent programs on OpenGL. It's been an excellent resource.
Reply