I have worked with OpenGL on NT. Is it possible to run run OpenGL code on a linux system. To do the same what are the additional requirements ?
Thankx in advance
Type: Posts; User: Rachel
I have worked with OpenGL on NT. Is it possible to run run OpenGL code on a linux system. To do the same what are the additional requirements ?
Thankx in advance
I have tried out GL_POLYGON_OFFSET_FILL and it works fine, but i really don't get the idea of GL_POLYGON_OFFSET_POINT and GL_POLYGON_OFFSET_LINE. In what situations do we have to use...