From: Daniel E. S. <dan...@gm...> - 2006-08-24 20:08:18
|
[snip] > > > > I have seen the render_to_app_window, but this is for the desktop > > application, not the server(render nodes). > > I want the render nodes that are rendering the crapfaker graphics to be > > essentially injecting the OpenGL stream into this passive window. I > > ulitimately am going to be changing the OpenGL stream to cut out the > > view matrices and such but this is the first step before I get to that. > > Have you looked at the reassemble.conf file? It does tilesort then > puts the results back into the original application window. Brian, I am trying to take the graphics stream from a desktop app and put the stream back into a passive window (chromium would not control this window at all) with the projection matrices changed to my own custom view or views(think 6 sided CAVE) so I can move around within the graphics stream. Hopefully this gives you a better idea of what I am trying to accomplish. -dan |