tqjxlm / Atlas

An extensible 3D GIS application for visualization, analysis and research.
GNU General Public License v3.0
151 stars 74 forks source link

More osgearth features #3

Closed tqjxlm closed 5 years ago

tqjxlm commented 5 years ago
  1. Compatible with osgEarth 2.10
  2. Support geocentric map with EarthManipulator (not usable yet)
  3. Fix display issues: higher FPS, dynamic nearFarRatio, nodeMask mechanism
  4. Fix plugin: AddModel, ModelFlatten, OrthoMap
  5. Remove plugin: PathRoaming
tqjxlm commented 5 years ago

Compatibility with osgEarth 2.10

tqjxlm commented 5 years ago

Geodetic map support

mola commented 5 years ago

If can use this code style: https://github.com/mola/codestyle

use uncrustify

tqjxlm commented 5 years ago

If can use this code style: https://github.com/mola/codestyle

use uncrustify

Thanks for the reminding. I'll do it in future commits.

By the way, I tried uncrusity over the whole repository using the style cfg, except for generated files. It seems not all the source files have been formatted. Is it because the uncrustify version differs?

If not the case, maybe a full formating should be done in a later PR (not this one, it is over-complex now). The code style might also need slight modification to keep compliance with the Qt and/or OSG convention.

tqjxlm commented 5 years ago

Feature changes in this branch should be stale now. The demos uploaded in #4 have used features from this branch.