[help]pbuffer on linux

  • Follow


Hi!
I'm quite new to opengl, and I need to do some Off-screen rendering
with pbuffers.
I can't find any really simple example on the net. I'm developping
under Linux with and I'm using the glut library. Please Help me !

Alberto

P.s. http://www.ozzo.it/glxinfo.txt here you can find the glxinfo
output on the pc I'm using.
0
Reply ozzozzo 4/15/2005 12:55:47 PM

0zz0 wrote:
> I'm quite new to opengl, and I need to do some Off-screen rendering
> with pbuffers.
> I can't find any really simple example on the net. I'm developping
> under Linux with and I'm using the glut library. Please Help me !
> 
> Alberto
> 
> P.s. http://www.ozzo.it/glxinfo.txt here you can find the glxinfo
> output on the pc I'm using.

I wrote this (C++) a while ago:

  http://www.chem.pwf.cam.ac.uk/~jdh30/programming/opengl/pbuffer/index.html

of course, it's probably got code-rot by now... :-)

-- 
Dr Jon D Harrop, Flying Frog Consultancy
http://www.ffconsultancy.com
0
Reply Jon 4/15/2005 1:28:19 PM


> I wrote this (C++) a while ago:
> 
>   http://www.chem.pwf.cam.ac.uk/~jdh30/programming/opengl/pbuffer/index.html
> 
> of course, it's probably got code-rot by now... :-)
> 
Thank you for your reply, I've 2 problems with your program:

1) I can't compile it as I get many errors.

2) It's written in C++ and you use direct access to glx libraries, and I
need absolutely to use GLUT.

I'm searching for instruction like:

To open a Pbuffer do:
1-....
2-....
3-....
Then to wite on a Pbuffer do
a-....
b-....
c-....

where did you get the documentation fro your program ?

Thanks

Alberto
0
Reply Alberto 4/17/2005 12:04:48 AM

2 Replies
164 Views

(page loaded in 0.05 seconds)

Similiar Articles:













7/28/2012 3:04:57 AM


Reply: