Re: R: [Plib-devel] commandline conversion program
Brought to you by:
sjbaker
From: Bram S. <br...@sa...> - 2005-01-10 15:01:05
|
Paolo Leoncini wrote: > As an example just look at the loadmaker utility source code that I > copied below: Paolo, Thanks for the sample code. I might use this. Although it does add a dependency on glut, which can be avoided with the pbuffer code. I found out what was causing the glXGetFBConfigs() failure: I needed to install the nvidia specific glx-dev environment. I had nvidia's GL and glx on my machine, but a non-nvidia glx-dev package. In Debian, nvidia-glx-dev is in non-free. Bram |