This commit is contained in:
Phil Rosenfield 2017-08-08 15:16:06 -04:00
Родитель fd69f2bdb7
Коммит efd291a444
1 изменённых файлов: 54 добавлений и 16 удалений

Просмотреть файл

@ -434,7 +434,11 @@ The Poly object inherits the properties of the [**Annotation**](#AnnotationObjec
| Method | Description | | Method | Description |
| :-- | | :-- |
| [**AddPoint**](#PolyAddPoint) | Adds a point to a polygon. |{% endmethod %} | [**AddPoint**](#PolyAddPoint) | Adds a point to a polygon. |
{% endmethod %}
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### Poly Fill Property ### Poly Fill Property
@ -1093,7 +1097,8 @@ wwtControl.settings.set_showConstellationBoundries(true);
![Boundaries](images/Boundarys.jpg) ![Boundaries](images/Boundarys.jpg)
The constellation boundaries are shown in blue, except for the selected constellation, with its boundary in yellow.{% endmethod %} The constellation boundaries are shown in blue, except for the selected constellation, with its boundary in yellow.
{% endmethod %}
{% method -%} {% method -%}
### Settings ShowConstellationFigures Property ### Settings ShowConstellationFigures Property
@ -1122,7 +1127,8 @@ wwtControl.settings.set_showConstellationFigures(true);
![Figures](images/Figures.jpg) ![Figures](images/Figures.jpg)
The constellation figures.{% endmethod %} The constellation figures.
{% endmethod %}
{% method -%} {% method -%}
### Settings ShowConstellationSelection Property ### Settings ShowConstellationSelection Property
@ -1151,7 +1157,8 @@ wwtControl.settings.set_showConstellationSelection(true);
![Selection](images/Selection.jpg) ![Selection](images/Selection.jpg)
The selected constellation.{% endmethod %} The selected constellation.
{% endmethod %}
{% method -%} {% method -%}
### Settings ShowCrosshairs Property ### Settings ShowCrosshairs Property
@ -1180,7 +1187,10 @@ wwtControl.settings.set_showCrosshairs(true);
![Crosshairs](images/CrossHairs.jpg) ![Crosshairs](images/CrossHairs.jpg)
The crosshairs, or reticle, shown with Mars in view.{% endmethod %} The crosshairs, or reticle, shown with Mars in view.
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### Settings ShowEcliptic Property ### Settings ShowEcliptic Property
@ -1242,7 +1252,10 @@ The Himalayan mountains, shown without elevation data.
![Himalayas model](images/ElevationModel.jpg) ![Himalayas model](images/ElevationModel.jpg)
The Himalayan mountains, with elevation data.{% endmethod %} The Himalayan mountains, with elevation data.
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### Settings ShowFieldOfView Property ### Settings ShowFieldOfView Property
@ -1272,7 +1285,9 @@ wwtControl.settings.set_showFieldOfView(true);
``` ```
![FOV](images/FOV.jpg) ![FOV](images/FOV.jpg)
Gamma Pegasi shown with the Field of View Indicator box.{% endmethod %} Gamma Pegasi shown with the Field of View Indicator box.
{% endmethod %}
{% method -%} {% method -%}
### Settings ShowGrid Property ### Settings ShowGrid Property
@ -1282,7 +1297,6 @@ The **ShowGrid** property specifies whether to show the equatorial grid.
#### Syntax #### Syntax
{% sample lang="js" -%} {% sample lang="js" -%}
```js ```js
wwtcontrol.settings.set_showGrid([Bool]) wwtcontrol.settings.set_showGrid([Bool])
[Bool] wwtcontrol.settings.get_showGrid() [Bool] wwtcontrol.settings.get_showGrid()
@ -1300,7 +1314,8 @@ wwtControl.settings.set_showGrid(true);
``` ```
![Equatorial Grid](images/EGrid.jpg) ![Equatorial Grid](images/EGrid.jpg)
The Equatorial grid shown, looking North, with the Hydrogen Alpha Full Sky Map as the data source. |{% endmethod %} The Equatorial grid shown, looking North, with the Hydrogen Alpha Full Sky Map as the data source. |
{% endmethod %}
{% method -%} {% method -%}
### Settings ShowHorizon Property ### Settings ShowHorizon Property
@ -1505,7 +1520,10 @@ wwtControl.settings.set_solarSystemLighting(true);
![Saturn lighting](images/SaturnLighting.jpg) ![Saturn lighting](images/SaturnLighting.jpg)
The lighting of the Sun on Saturn.{% endmethod %} The lighting of the Sun on Saturn.
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### Settings SolarSystemMilkyWay Property ### Settings SolarSystemMilkyWay Property
@ -1536,7 +1554,10 @@ wwtControl.settings.set_solarSystemMilkyWay(true);
![Saturn Milky Way](images/SaturnMilkyWay.jpg) ![Saturn Milky Way](images/SaturnMilkyWay.jpg)
The Milky Way appears to the left of Saturn.{% endmethod %} The Milky Way appears to the left of Saturn.
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### Settings SolarSystemMultiRes Property ### Settings SolarSystemMultiRes Property
@ -1572,7 +1593,10 @@ wwtControl.settings.set_solarSystemMultiRes(true);
The Caribbean in standard textures. The Caribbean in standard textures.
![Carribean hires](images/CarribeanHiRes.jpg) ![Carribean hires](images/CarribeanHiRes.jpg)
The Caribbean with multi-resolution textures.{% endmethod %} The Caribbean with multi-resolution textures.
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### Settings SolarSystemOrbitColor Property ### Settings SolarSystemOrbitColor Property
@ -1633,7 +1657,10 @@ wwtControl.settings.set_solarSystemOrbits(true);
![Saturn Orbits](images/SaturnOrbits.jpg) ![Saturn Orbits](images/SaturnOrbits.jpg)
The orbits of all the solar system planets are shown in the SolarSystemOrbitColor.{% endmethod %} The orbits of all the solar system planets are shown in the SolarSystemOrbitColor.
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### Settings SolarSystemOverlays Property ### Settings SolarSystemOverlays Property
@ -1696,7 +1723,10 @@ wwtControl.settings.set_solarSystemScale(50);
The Sun shown actual size. The Sun shown actual size.
![Sun full](images/SunFull.jpg) ![Sun full](images/SunFull.jpg)
The Sun with maximum scaling.{% endmethod %} The Sun with maximum scaling.
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### Settings SolarSystemStars Property ### Settings SolarSystemStars Property
@ -1727,7 +1757,11 @@ wwtControl.settings.set_solarSystemStars(true);
![Saturn Stars](images/SaturnStars.jpg) | ![Saturn Stars](images/SaturnStars.jpg) |
| Saturn and the stars. |{% endmethod %} | Saturn and the stars. |
{% endmethod %}
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### Settings UserID Property ### Settings UserID Property
@ -1797,7 +1831,11 @@ The WWTControl object does not inherit any classes that have exposed properties
| [**AnnotationClicked**](#AnnotationClicked) | Fired when an Annotation object is clicked on. Note the spelling error! | | [**AnnotationClicked**](#AnnotationClicked) | Fired when an Annotation object is clicked on. Note the spelling error! |
| [**wwtArrived**](#wwtArrived) | Fired when a change to the view from a drag, zoom, or goto comes to a halt. | | [**wwtArrived**](#wwtArrived) | Fired when a change to the view from a drag, zoom, or goto comes to a halt. |
| [**wwtClick**](#wwtClick) | Fired when the left mouse button is clicked. | | [**wwtClick**](#wwtClick) | Fired when the left mouse button is clicked. |
| [**wwtReady**](#wwtReady) | Fired when the web client is initialized. |{% endmethod %} | [**wwtReady**](#wwtReady) | Fired when the web client is initialized. |
{% endmethod %}
{% endmethod %}
{% endmethod %}
{% method -%} {% method -%}
### WWTControl Fov Property ### WWTControl Fov Property