[Plib-users] Scene graph
Brought to you by:
sjbaker
From: Hemalatha S. <hem...@re...> - 2005-11-29 17:12:29
|
=A0=0AHi,=0AI 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 =0A- preparing the scene = graph=0A- culling and rendering . =0A=0Abecause 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.=0A= =0Aplease give ur views ,i want to know whether this one can be implemented= .=0Aregards ,=0Ahema=20 |