gcode-mirror / earth-api-samples

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

OpenGL rendering mode #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please enable an OpenGL rendering mode for the GoogleEarth Plugin in 
addition to DirectX.

Thank you.

Original issue reported on code.google.com by jlama...@gmail.com on 30 Sep 2008 at 3:59

GoogleCodeExporter commented 9 years ago
OpenGL rendering is automatically turned on if DirectX is unavailable.

Original comment by api.roman.public@gmail.com on 30 Sep 2008 at 6:03

GoogleCodeExporter commented 9 years ago
It would be nice if you could choose between the two.

Original comment by jlama...@gmail.com on 30 Sep 2008 at 6:15

GoogleCodeExporter commented 9 years ago
For testing purposes only, you can force OpenGL by doing the following:

1) Kill all running geplugin.exe processes:
   Start -> Run -> taskkill /f /im geplugin.exe

2) Make the following registry key change (BE CAREFUL):
   HKLM\Software\Google\GoogleEarthPlugin\Render\RenderingApi = 1

Original comment by api.roman.public@gmail.com on 30 Sep 2008 at 6:21