View Single Post
  #1  
Old 08-31-2011, 12:53 AM
kwkim kwkim is offline
Member
 
Join Date: Apr 2008
Posts: 1
projection matrix control & child window

I have a two question.

Q1 :
In general, I know that it is possible to apply the 2D image processing module on the rendering buffer image of virtual camera.
That is, I know that this is worked in the post processing step.

But the I want to get the realtime rendering output in the projection matrix step by using direct variation effect algorithm.
Can we control the camera projection rendering model maden by virtual camera directly by using OSG(Open) code ?

Q2 :
I want to make a child window with the vizard execution main window.
Also I want to display 3D rendering outputs in the child window.(see image)

Reply With Quote