Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  3D Globe using JAVA  (Read 1100 times)
0 Members and 2 Guests are viewing this topic.
Offline krypto

Sr. Member
**

Posts: 262


while(true) { self.caffeinate (); }


« on: 2006-04-13 08:09:26 »

I want to implement a rudimentary Google Earth type app using JOGL. Where can I find info on how to model hte earth, I need to map textures to the globe, ect.
Any Ideas I where Ishould start looking?

Thanks;
Krypto

JRPG Users -  General Users Site
JRPG Developers -  The JRPG Project's Home
Offline turquoise3232

Sr. Member
**

Posts: 332


Java (games) rock!


« Reply #1 on: 2006-04-13 11:38:18 »

Hi,

You draw a sphere, with quad or triangle strips and set texture coordiantes to match lat/long world coordinates.
To find an image to map on your sphere look at the Nasa blue marble page...
... it's only the starting point of a long way!
Offline rune.aasgaard

JGO n00b
*

Posts: 29


Java games rock!


« Reply #2 on: 2006-04-16 01:36:16 »

If you want to use more high resolution data over larger areas you'll have to learn quite a lot about "view dependent continuous level of detail surfaces", streaming of terrain data and out of core visualization.

For an example of how this may be have a look at: http://globe.sintef.no/ You'll find a few useful references in the documentation section http://globe.sintef.no/documentation/datasets.html. For another useful approach have a look at the "grand canyon demo" on the jogl pages.

I have also enyoyed the references found in the Vterrain pages: http://www.vterrain.org/

Games published by our own members! Go get 'em!
Offline Mithrandir

Sr. Member
**

Posts: 463
Medals: 1


Cut from being on the bleeding edge too long


« Reply #3 on: 2006-04-17 12:56:22 »

If you are interested in building an application over the top of such an infrastructure, you may want to check out the forthcoming X3DEarth project. This is a large project that is being driven by the Web3D Consortium to develop an open-standards based replacement for Google Earth. The initial technology release is targetted for this week at the Web3D Symposium and details should be up on http://www.web3d.org by the end of the week.

The site for 3D Graphics information http://www.j3d.org/
Aviatrix3D JOGL Scenegraph http://aviatrix3d.j3d.org/
Programming is essentially a markup language surrounding mathematical formulae and thus, should not be patentable.
Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.057 seconds with 20 queries.