![]() |
|
|||||||
| WWJ Release Announcements WWJava release announcements thread, no other topics please. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
WWJ Consultant
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
![]() |
The World Wind Java SDK alpha 4 - version 0.4.0 is available.
Download WWJ SDK 0.4 (Zip 6.5M) or try the java web start demo 0.4 from NASA Learning Technologies site. Here is a list of changes from the release package readme.txt: WWJ changes from 0.3.0 to 0.4.0
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jun 2007
Posts: 218
![]() |
I love the FlatWorld example, that's something I've actually been trying to do in my spare time!
|
|
|
|
|
|
#3 |
|
Member
Join Date: Jun 2007
Posts: 50
![]() |
Thanks once again for the wonderful SDK. Your new examples help me directly on several of my current projects.
![]() |
|
|
|
|
|
#4 |
|
WorldWind enthusiast
Join Date: Oct 2007
Location: Toulouse Area
Posts: 11
![]() |
I'm trying without success to switch from EllipsoidalGlobe to FlatGlobe on the fly... Is there a simple way to do that?
I created 2 globes: private EllipsoidalGlobe ellipsoidalGlobe=null; private FlatGlobe flatGlobe=null; when I want to switch, I create a flat globe instance and I apply it to my wwd. Configuration.setValue(AVKey.GLOBE_CLASS _NAME, EarthFlat.class.getName()); Configuration.setValue(AVKey.VIEW_CLASS_ NAME, FlatOrbitView.class.getName()); this.flatGlobe = new FlatGlobe(wwd.getModel().getGlobe() .getEquatorialRadius(), wwd.getModel().getGlobe() .getPolarRadius(), wwd.getModel().getGlobe() .getEccentricitySquared(), wwd.getModel().getGlobe() .getElevationModel()); this.flatGlobe.setProjection(FlatGlobe.P ROJECTION_LAT_LON); wwd.getModel().setGlobe(this.flatGlobe); wwd.redraw(); Result is very strange.... some layers seem to cause problems (stars, atmosphere, sky gradient..) some layers stay in 3D... Switching from flat to 3D is also problematic... my vector layers remain flat, etc... |
|
|
|
|
|
| zecoyote007 |
|
This message has been deleted by zecoyote007.
Reason: double post
|
|
|
| zecoyote007 |
|
This message has been deleted by zecoyote007.
|
|
|
#5 |
|
WWJ Technical Manager
Join Date: May 2007
Location: Seattle
Posts: 1,031
![]() |
Flat globes are still in progress, only partially implemented. Patrick may be able to give you some advice on this, however.
|
|
|
|
|
|
#6 |
|
WWJ Consultant
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
![]() |
You are ahead of us zecoyote! As tag says, flat world are not ready yet and i dint even try to switch between flat and ellipsoid globes.
However, this should be possible but not the way you do it. Changing the configuration values does only affect WW when it is instantiated so changing them after that has no effect - i believe. I think you are missing a replacement for the orbit view too - flat worlds use a 'special' version of orbit view that is not compatible with ellipsoidal globes. Let us know - maybe in another thread, what happens with your experiments. I will be listening. |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Nov 2008
Location: Caeté
Posts: 1
![]() |
Thanks once again for the wonderful SDK.
|
|
|
|
|
|
#8 |
|
WWJ Consultant
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
![]() |
Thanks caete. Note that the World Wind Java current version is 0.5 - and you may expect 0.6 before the end of the year...
|
|
|
|
|
|
#9 |
|
weekend warrior
Join Date: May 2008
Posts: 95
![]() |
can we hold you to that?
![]() |
|
|
|
|
|
#10 |
|
Junior Member
Join Date: Jul 2009
Location: Australia
Posts: 1
![]() |
i thought suburban has enough left...
still waitin for the second release. any dates or even samples available yet? |
|
|
|
![]() |
| Tags |
| None |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WWJ SDK Alpha 3 - 0.3.0 available | patmurris | WWJ Release Announcements | 35 | 12-03-2007 08:56 PM |
| HELP needed to get started in WWJ! Thanks! | emaronchi | Development Help | 3 | 10-18-2007 10:01 PM |
| WWJ Early Access Release 0.2.0 now available | tag | WWJ Release Announcements | 48 | 09-19-2007 09:52 PM |
| A idea to inject any image in the wwj cache | dlian | Development Help | 0 | 07-30-2007 03:56 PM |
| 1.3.2 alpha 2 released | Jessi | Developers' Corner | 28 | 02-02-2006 07:27 PM |