I am trying to run Globe Web GLAP ( http://code.google.com/p/webgl-globe ). I downloaded the source code from the Google Code page and unzipped all the files into one folder. The May 13 issue is the latest in writing. However, the index.html page loads without a globe in Chrome and other browsers. I quickly looked through the code, but I'm new to javascript, etc. It looks like some file links are wrong, as if I am correcting the line:
background:
to
background:
I get loading boot wheel, but spinning forever.
Further in the code appears moving globe.animate(); to another line that creates a working globe, but without the function of loading data. I tried the following to display the globe:
globe.createPoints(); settime(globe,0)(); } } };globe.animate();
Basically, I would like the workload (zip?) Of the WebGL web globe or someone to look at the download at http://code.google.com/p/webgl-globe/downloads/list and give me Know how to create a working version from a broken code on a site.
Thanks in advance,
Charlotte
source share