WorldWindJava icon indicating copy to clipboard operation
WorldWindJava copied to clipboard

The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.

Results 120 WorldWindJava issues
Sort by recently updated
recently updated
newest added

### Description Rollover events may be sent infinitely to a selectListener in presence of many paths. ### Steps to Reproduce 1. Create many paths 2. Zoom out so they are...

Changing the visibility of points on a path raises exceptions during a redraw. A workaround is to call the method setExtrude. Seen on Linux Fedora 29 using World Wind 2.10

### Description When opening a KML file which includes a gx:LatLonQuad (GXLatLonQuad) or a simple LatLonBox with a non-zero rotation, the call to clearFrame() in BasicSceneController fails with an OpenGL...

**Note:** Any issue that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion. ### Prerequisites Please fulfill the following requirements...

**Note:** Any issue that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion. ### Description After compiling a java based...

see all details here: https://github.com/NASAWorldWind/WorldWindJava/issues/155 I have no idea why this wasnt fixed a decade ago

**Note:** Filling out this template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion....

MilStd2525GraphicFactory class can create graphics without positions: pointer null exceptions happen when rendering PhaseLine.

bug

Migrate World Wind Java to a Gradle wrapper based build system. Gradle builds integrate fully with the IntelliJ IDE internal build system, eliminating the duplicity of separate IDE build and...

enhancement

getInstanceMaterial() had the check already, but getTextureSource() and getEffect() didn't. After adding it to those two, it's possible to load collada exported from Cinema 4D without textures.

bug