From: Ari H. <ahe...@an...> - 2001-09-28 20:23:55
|
On Fri, Sep 28, 2001 at 08:53:39PM +0200, Konrad Piwowarczyk wrote: > - If you need to use 'raw' OpenGL, why not use Glut library instead of > differnt wgl, xgl, etc... for displaing windows We do use Glut (or have used Glut; I don't know if there are any places we still do) where appropriate. Glut by itself doesn't provide enough functionality, however, for more complicated tasks. For example, Glut doesn't give you a way to render system fonts into GL. Ari |