6 Commits

Author SHA1 Message Date
Claudia Ifrim
f7a6e19fc5 add meta tag for charset - examples (#777) 2018-07-24 18:32:09 -05:00
Miguel Del Castillo
cec91c96c5 Corrected examples names (#754)
Use "WorldWind _______ Example" as naming standard.
2018-06-21 14:47:21 -07:00
Endia Irizarry
bd65ee8080 Add atmosphere layer to black background to all examples (#713)
* Changed background color to black in most examples

* Add atmosphere layer to all examples

* Move atmosphere layer to show inner shading on all layers.

* Added comment pointing out importance of adding the atmosphere layer at the end
2018-05-30 15:21:58 -07:00
David Collins
523a0d14c6 Removed obsolete Subversion @version keywords from all files 2017-11-17 13:33:59 -08:00
Miguel Del Castillo
01b7651bac Correctly handle SurfaceShape property changes (#266)
* Added 'resetBoundaries()' call in related SurfaceShape setters

* Added changing path types and number of edges tests in the example

* Added first test of changing a shape's polar throttle

* Corrected comment typo

* Added frame statistics layer to example

* Added layers and a shape to study polar throttling

* Modified north polar ellipse. Improved comments for the example.

* Removed unused polar throttle switching function

* Removed console.log() call

* Applied WebStorm's code reformatting
2017-11-03 13:20:05 -07:00
Miguel Del Castillo
e5e0f9b3db Repair SurfaceShape property changes (#260)
* Test to update state of both a placemark and a SurfaceShape ellipse
 - Placemark's position updates correctly, the ellipse heading
   is not being modified

* Modified setters for SurfaceCircle, SurfaceEllipse and SurfaceRectangle
 - Added SurfacePolygon and SurfaceSector to SurfaceShapesUpdating example

* Added function to SurfaceShape that resets boundaries
 - Cleans code for boundary recomputing

* Added resetBoundaries function to SurfaceShapes setters.

* SurfaceSector now has setters to update its state.
 - The example has been modified to reflect the changing
   SurfaceSector.
2017-10-27 16:54:36 -07:00