mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 16:29:43 -05:00
Merged master info NewAtmosphere.
This commit is contained in:
@@ -57,7 +57,8 @@ const GeodeticPatch ChunkedLodGlobe::COVERAGE = GeodeticPatch(0, 0, 90, 180);
|
||||
|
||||
ChunkedLodGlobe::ChunkedLodGlobe(const RenderableGlobe& owner, size_t segmentsPerPatch,
|
||||
std::shared_ptr<LayerManager> layerManager)
|
||||
: minSplitDepth(2)
|
||||
: Renderable({ { "Name", owner.name() } })
|
||||
, minSplitDepth(2)
|
||||
, maxSplitDepth(22)
|
||||
, stats(StatsCollector(absPath("test_stats"), 1, StatsCollector::Enabled::No))
|
||||
, _owner(owner)
|
||||
|
||||
Reference in New Issue
Block a user