Originally posted by: Wu Feng
When I set glPolygonMode to GL_LINE,
the effect of antialiasing using GL_LINE_SMOOTH is fine,
but seems both GL_LINE_SMOOTH AND GL_POLYGON_SMOOTH
have no effect when using GL_FILL in polygonmode,
can some body help me?
Originally posted by: Saqib Mehmood
Very Good
ReplyOriginally posted by: Ben
Hi,
can some help me , how do we get the 3D coordinate(i mean coordinate in my room), if we know the screen coordinate ?
cheers ,
ben
Originally posted by: Sanjay Bora
How to delete the portion of OpenGL image which falls out of viewport ?
Thanks,
Sanjay
Originally posted by: Sai
Hello,
Please do help me out. How do I display a bmp file into VC++ mfc dialog box & then draw something on it?
Any response will be greatly appreciated.
Originally posted by: Dave Butler
Does anyone know how I would be able to load in 3d models in say milkshape ms3d format to such a opengl enabled dialog box?
ReplyOriginally posted by: marcowomad
I'm working with a SDI application that show a dialog box in wich I use OpenGL. I have no problem to execute the program and it works OK, but if I execute it in debug mode, sometimes (and only sometimes) I get a message box that says
"User breakpoint called from code",
and in the Output Window is written
"HEAP[Dialogo.exe]: Invalid Address specified to RtlFreeHeap( 00140000, 001BD090 )",
but this doesn't crash the program. I don't if this causes memory leaks or something like that. Does somebody know what is this an why does occurs? I think is a problem with the rendering context.
Note: In the MDI example application in this web occurs the same
ReplyOriginally posted by: sunil
my application has dialog based menu.
I want the graphics to be shown when the user clicks on the MenuItem provied in the menu.
Can anyone please tell me how to go about it and also the code for it.
Originally posted by: K_Aziz1
Need Runtime environement for OpenGL programming under Microsoft Windows?
ReplyOriginally posted by: sim
When window size is increased, the article size also is increased.
But when window size is decreased, the article size is not decreased(in non-rotating mode).
How can I change article size to increase or decrease.