Re: [osg-users] Rendering a scene to texture

2018-03-19 Thread Jochen Maier
Okay, thank you. I will study the examples und do some research for RTT in osg :) Cheers, Jochen -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=73131#73131 ___ osg-users mailing list

Re: [osg-users] Rendering a scene to texture

2018-03-18 Thread Robert Osfield
HI Jochen, On 18 March 2018 at 18:08, Jochen Maier wrote: > I know that the way is to realize this is using different cameras and render > to texture. But I don't know how to initiate the rendering-process; I only > know this by calling Viewer::frame(). I thought there is

Re: [osg-users] Rendering a scene to texture

2018-03-18 Thread Jochen Maier
Thank you very much Robert :) Okay, I'll take a look at the examples you had talked about. I know that the way is to realize this is using different cameras and render to texture. But I don't know how to initiate the rendering-process; I only know this by calling Viewer::frame(). I thought