Hi Esther,

I have no experience with gnuplot.  I can provide some general
guidelines though.

You'll need to work out what gnuplot can render to.  If it can
rendering to a block of pixels then you could attach this to a texture
(a TextureRectangle is likely to be most suitable).  You can then
attach this texture to any object in your scene as you would normally
do, in your case this will mostly likely need to be a simple quad
geometry.

Robert.

On 11/9/06, Esther Foo Rui Tse <[EMAIL PROTECTED]> wrote:
hi all,

 I am using pipes to run gnuplot with my application to plot some realtime
graphs. All the windows in my application is developed using producer. Hence
now, i wish to integrate this gnuplot's window with a Producer's window so
that i do not need to keep alt+tabing to view the graph when my
application's window is in fullscreen.

 Does anyone know how to do so?

 Thanks in advance.

 Esther.

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to