Hi guys, i'm after a bit of advice for my dissertation project. I've posted something similar before but now I've got a bit of a better of idea of what I need. Basically I want to create something similar to google earth, you will pass the appplication the longitude and latitude of a point, then it will draw the surroundings of that point in a simlar fashion to google earth, then you will have the options to rotate the camera and zoom in and out (but obviously not as close in), and obviously the whole thing will not be as detailed. I have got the data I require; a list of positions defined by their longitude and latitude and the elevation at the point. So basically I need to just plot all these points, and add some kind of texturing to make it easier to understand, i.e. green = sea level, yellow/brown = high elevation.
So my actual question is what would be the best tool for acheiving this using Java? There's the existing Java 2D API, but I think this lacks the complexity I may require (however if it doesn't this would probably be perfect), and a couple of people on here suggested OpenGL and the accompaning "The RedBook", and another suggested jogl 3D Java.
Does anyone have an opinion on either of these 3 or any other tools I could use? The main thing I'm looking for is it to be as simple as possible, and to have a book/guide that I could teach myself from.
Thanks very much for any advice
So my actual question is what would be the best tool for acheiving this using Java? There's the existing Java 2D API, but I think this lacks the complexity I may require (however if it doesn't this would probably be perfect), and a couple of people on here suggested OpenGL and the accompaning "The RedBook", and another suggested jogl 3D Java.
Does anyone have an opinion on either of these 3 or any other tools I could use? The main thing I'm looking for is it to be as simple as possible, and to have a book/guide that I could teach myself from.
Thanks very much for any advice