NASAWorldWind / WorldWindAndroid

The NASA WorldWind Java SDK for Android (WWA) includes the library, examples and tutorials for building 3D virtual globe applications for phones and tablets.
Other
267 stars 125 forks source link

Units of measure of Camera.altitude #6

Open spyhunter99 opened 8 years ago

spyhunter99 commented 8 years ago

In the class Camera, there's an altitude field which I assume represents the altitude of the view/camera over the globe instance. There's really no javadocs on it. Is this in meters? kilometers? or something else?

pdavidc commented 8 years ago

The Camera's altitude field represents eye altitude in meters above the ellipsoid. In World Wind, all Cartesian units are in meters. You're right that the Javadocs should clarify this.