Hi,

On Thu, 2011-12-01 at 18:03 +0100, "Christoph Fünfzig" wrote:
> Hi Gerrit,
> 

> > The complex scenemanager contains a reference implementation for
> > parallel drawers on multiple aspects (DrawManager/Drawer) so it might
> > be a convenient reference. I'll have to check if I have the multiple
> > windows CSM Example committed.
> >
> 
> Could you perhaps sketch what parallel drawing functions are available?

basically it allows you to run drawers in parallel to the app. E.g. you
can configure the DrawManager so that all drawers run in parallel and
sync the application changes from the main thread. So you get something
like

     /-- Drawer 1 (Window1)
App - 
     \-- Drawer 2 (Window2)

An Example with 1 window is in Examples/CSM/SimpleAnim-Par,
with two windows in Examples/CSM/Simple-MWin-Par and
Examples/CSM/Simple-MWin-Anim-Par. I just came to checking and 
committing the 2 window examples.

kind regards
  gerrit



------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to