File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ use to represent information on the globe or in space.
1818
1919# Release 0.2.0, May 13, 2016
2020
21+ World Wind Android v0.2.0 adds support for screen placemarks and navigation events. The World Wind Android Examples
22+ app demonstrates NASA World Wind display of MIL-STD-2525C tactical icons by leveraging point placemarks and the US Army
23+ Mission Command's [ MIL-STD-2525 symbol rendering library] ( https://github.com/missioncommand/mil-sym-android ) .
24+
25+ This release establishes World Wind support for threaded rendering. Applications are now able to access World Wind
26+ components from the Activity thread without any synchronization, while the actual OpenGL commands are executed in the
27+ Android GLSurfaceView component's rendering thread.
28+
2129- [ World Wind Examples 0.2.0] ( http://worldwindserver.net/android/0.2.0/worldwind-examples.apk ) - Example App for 0.2.0; runs on Android 4.4 and newer
2230- [ World Wind Library 0.2.0] ( http://worldwindserver.net/android/0.2.0/worldwind.aar ) - Android Archive (AAR) for 0.2.0
2331- [ API Docs 0.2.0] ( http://worldwindserver.net/android/0.2.0/doc ) - Developer documentation for 0.2.0
You can’t perform that action at this time.
0 commit comments