Re: [Plib-users] Scene graph
Brought to you by:
sjbaker
From: steve <sjb...@ai...> - 2005-11-30 00:49:28
|
Hemalatha Sharma wrote: > > Hi, > I am using flightgear-0.9.4. I am having 3 views, center view(pilot > view), rigth view ,left view.At present i am getting frame rate less > than 20 fps, due to this there is no smooth movement on flight.To > increase the frame rate i thougth of splitting the process > - preparing the scene graph > - culling and rendering . > > because preparing the scenegraph is common for all three.so scene graph > preparation is done in only one system(a seperate pc) and it can send > the scene graph structure(thru ethernet) to remaining 2 systems where > rendering will be done in individual systems. Nah - for all but the simplest scenes, the amount of data you'd have to transmit would kill your frame rate. I do this at work with 40 PC's and 40 views - but if I told you how we did it, they'd kill me! |