![]() |
|
|||||||
| 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 3 - version 0.3.0 is available.
Download WWJ SDK 0.3 (Zip 13M) or try the java web start demo 0.3 from NASA Learning Technologies site. Here is a list of changes from the release package readme.txt: Change Summary for 0.2 to 0.3:
Enjoy ![]() Last edited by patmurris; 10-11-2007 at 07:59 PM. |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Sep 2007
Posts: 15
|
The class gov.nasa.worldwind.examples.applet.WWJAp plet has the following import which cannot be resolved:
import netscape.javascript.JSObject; I suspect I'm missing a jar file somewhere. |
|
|
|
|
|
#3 |
|
God. Root. What is difference?
Join Date: Sep 2004
Location: Eastern Pennsylvania
Posts: 2,856
|
You changed your name, TAG?
![]()
__________________
![]() Earth is Square blog PUBLIC NOTICE AS REQUIRED BY LAW: Any use of this forum post, in any manner whatsoever, will increase the amount of disorder in the universe. Although no liability is implied herein, the consumer is warned that this process will ultimately lead to the heat death of the universe. |
|
|
|
|
|
#4 | ||
|
WWJ Consultant
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
|
This problem has been reported since applets are there... see this thread:
Quote:
Quote:
There are a couple other things with the view and the sky gradient too. Expect a bug fix release soon. Last edited by patmurris; 10-11-2007 at 06:43 PM. |
||
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Sep 2007
Posts: 15
|
Ok, I found the plugin.jar and that fixed the compile problems. Thanks.
|
|
|
|
|
|
#6 | |
|
Bored Explorer
Join Date: Nov 2004
Location: Warsaw, Poland
Posts: 1,737
|
Good job.
After a quick one-minute test of the web start demo I can say that 0.3 seems faster and more responsive than previous releases. However, there is still that issue with tiles loading everywhere but not in the center of the screen... Quote:
|
|
|
|
|
|
|
#7 |
|
WWJ Consultant
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
|
Yes, the 'big black hole in the sky' bug is always lurking... something like déja vu in the .net version. I thought i tracked it down but the far clipping plane distance seems to change in unpredictable ways at very low altitude... a JIRA issue has been filed.
|
|
|
|
|
|
#8 |
|
Senior Member
Join Date: May 2007
Location: Milan, Genoa (Italy)
Posts: 112
|
Can you please tell us which are the version of JOGL and GlueGen in this 0.3.0? Thanks
__________________
-- Fabrizio Giudici, Ph.D. - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/blog Fabrizio.Giudici@tidalwave.it - mobile: +39 348.150.6941 |
|
|
|
|
|
#9 |
|
WWJ Consultant
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
|
Here is a quick fix for the layers.Earth.SkyGradientLayer 'black hole in the sky' at low altitude.
In render(), edit this line so that it tests > 10 instead of > 100: Code:
if (this.glListId == -1 || Math.abs(this.lastRebuildAltitude - camAlt) > 10) ![]() |
|
|
|
|
|
#10 |
|
Senior Member
Join Date: Jul 2007
Location: Mirabel, Quebec, Canada
Posts: 222
|
Hi Pat,
Launching the JNLP demo, I got something really weird! I briefly saw *something* and then the GL canvas just flipped. Look at the attached picture and the stack dump from my console... I'm copying a small excerpt here: Code:
11-Oct-2007 9:39:02 PM gov.nasa.worldwind.AbstractSceneController pick SEVERE: Exception encountered while picking javax.media.opengl.GLException: array vertex_buffer_object must be disabled to call this method at com.sun.opengl.impl.GLImpl.checkBufferObject(GLImpl.java:30668) at com.sun.opengl.impl.GLImpl.checkArrayVBODisabled(GLImpl.java:30716) at com.sun.opengl.impl.GLImpl.glVertexPointer(GLImpl.java:27937) at gov.nasa.worldwind.globes.EllipsoidRectangularTessellator$RectTile.render(Unknown Source) at gov.nasa.worldwind.globes.EllipsoidRectangularTessellator$RectTile.render(Unknown Source) at gov.nasa.worldwind.globes.SectorGeometryList.pick(Unknown Source) at gov.nasa.worldwind.AbstractSceneController.pick(Unknown Source) at gov.nasa.worldwind.BasicSceneController.doRepaint(Unknown Source) at gov.nasa.worldwind.AbstractSceneController.repaint(Unknown Source) at gov.nasa.worldwind.WorldWindowGLAutoDrawable.doDisplay(Unknown Source) at gov.nasa.worldwind.WorldWindowGLAutoDrawable.display(Unknown Source) at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78) at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:324) at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194) at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:301) at javax.media.opengl.GLCanvas.display(GLCanvas.java:133) at javax.media.opengl.GLCanvas.paint(GLCanvas.java:166) at sun.awt.RepaintArea.paintComponent(Unknown Source) at sun.awt.RepaintArea.paint(Unknown Source) at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Bye bye! Chiss! |
|
|
|
![]() |
| 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 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 |
| DoD/USG WW.Net and WWJ Forums? | nigel_ht | Development Help | 1 | 07-14-2007 01:35 AM |
| WFS and WWJ. | globpat | Development Help | 6 | 06-20-2007 07:37 AM |
| 1.3.2 alpha 2 released | Jessi | Developers' Corner | 28 | 02-02-2006 08:27 PM |