NASAWorldWind / WebWorldWind

The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.
898 stars 384 forks source link

Free camera navigation is missing #862

Open ComBatVision opened 3 years ago

ComBatVision commented 3 years ago

Basic LookAtNavigator implementation allows to change view point based on surface point and view angles of this surface point only. Camera can not view above horizon.

New feature is required to control camera independently. This feature will allow to implement UAV perspective view according to its telemetry or any other solution required free camera angles from eye point specification.

https://github.com/WorldWindEarth/worldwindjs/issues/32