sunnypatil1605 / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

I have an application where I use the GE Client to display results from my simul... #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have an application where I use the GE Client to display results from my 
simulation. I load 3D models of aircraft and have them fly around in Google 
Earth. The motion is very jerky, however, because the GE Client only refreshes 
network links at a maximum of one Hz. It would look much better if the GE 
Client supported a faster refresh of up to 60Hz. I understand that this would 
be a concern for the free client, as it could be used to overwhelm a server. 
Would it be possible to allow faster updates in the Enterprise Client when used 
with an internal server

Note: You can use the Earth API's SetCameraParams() function to update the 
current camera's view from an external application at any rate you like. Your 
external app will need the info from each simulation point and periodically 
update the view with calls to SetCameraParams(). -doug

Requestor: Bob Case

Original issue reported on code.google.com by api.roman.public@gmail.com on 14 Aug 2008 at 2:16