cosmoscout / cosmoscout-vr

:milky_way: A virtual universe which lets you explore, analyze and present huge planetary datasets and large simulation data in real-time.
Other
351 stars 27 forks source link

Refactor LoD Bodies (continued) #347

Closed Schneegans closed 1 year ago

Schneegans commented 1 year ago

This PR continues the major refactoring of csp-lod-bodies. This time, about 1.5k lines of code have been removed. At the same time, the CPU performance has been greatly improved (a scene which required about 5ms on the CPU takes now about 1.5ms on my Linux workstation). Also, this PR paves the way to other improvements such as parallel tree traversal or multiple image channels. Here are the main changes:

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5057107897


Changes Missing Coverage Covered Lines Changed/Added Lines %
plugins/csp-lod-bodies/src/BaseTileData.hpp 0 1 0.0%
plugins/csp-lod-bodies/src/MinMaxPyramid.cpp 0 1 0.0%
plugins/csp-lod-bodies/src/TreeManager.hpp 0 1 0.0%
plugins/csp-lod-bodies/src/TileBounds.cpp 0 3 0.0%
plugins/csp-lod-bodies/src/TileTextureArray.hpp 0 3 0.0%
plugins/csp-lod-bodies/src/LodBody.cpp 0 5 0.0%
src/cosmoscout/Application.cpp 0 6 0.0%
plugins/csp-lod-bodies/src/TileDataType.hpp 0 7 0.0%
plugins/csp-lod-bodies/src/BaseTileData.cpp 0 9 0.0%
plugins/csp-lod-bodies/src/TileData.hpp 0 10 0.0%
<!-- Total: 0 510 0.0% -->
Files with Coverage Reduction New Missed Lines %
plugins/csp-lod-bodies/src/TileRenderer.hpp 1 0%
plugins/csp-lod-bodies/src/TreeManager.cpp 1 0%
plugins/csp-simple-bodies/src/SimpleBody.hpp 1 0%
plugins/csp-timings/src/Plugin.hpp 1 0%
plugins/csp-lod-bodies/src/LODVisitor.cpp 2 0%
plugins/csp-lod-bodies/src/TileSourceWebMapService.cpp 2 0%
plugins/csp-lod-bodies/src/TileTextureArray.cpp 2 0%
plugins/csp-simple-bodies/src/Plugin.hpp 2 0%
plugins/csp-lod-bodies/src/TileRenderer.cpp 4 0%
plugins/csp-lod-bodies/src/VistaPlanet.cpp 4 0%
<!-- Total: 299 -->
Totals Coverage Status
Change from base Build 4879765184: 0.03%
Covered Lines: 193
Relevant Lines: 16565

💛 - Coveralls