Re: [Opensg-users] OpenSG 2.0: CameraDecorator problem

2011-05-23 Thread Carsten Neumann
Hello Johannes, On 05/23/2011 07:52 AM, Johannes Brunen wrote: > I have a scene which I render into a viewport with a perspective camera. > Now I would like to render the same scene from another view point into a > different viewport but using an orthographic projection. I have tried to >

[Opensg-users] OpenSG 2.0: CameraDecorator problem

2011-05-23 Thread Johannes Brunen
Hello, I have a scene which I render into a viewport with a perspective camera. Now I would like to render the same scene from another view point into a different viewport but using an orthographic projection. I have tried to use the MatrixCameraDecoratror class but I'm unable to get it functionin