mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-12 14:40:17 -06:00
Change ordering of layer categories
This commit is contained in:
@@ -39,12 +39,12 @@ namespace openspace {
|
||||
const std::string LayeredTextures::TEXTURE_CATEGORY_NAMES[NUM_TEXTURE_CATEGORIES] =
|
||||
{
|
||||
"ColorTextures",
|
||||
"GrayScaleOverlays",
|
||||
"NightTextures",
|
||||
"HeightMaps",
|
||||
"HeightMapOverlays",
|
||||
"WaterMasks",
|
||||
"Overlays",
|
||||
"GrayScaleOverlays"
|
||||
"HeightMaps",
|
||||
"HeightMapOverlays",
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
@@ -40,12 +40,12 @@ namespace openspace {
|
||||
|
||||
enum TextureCategory {
|
||||
ColorTextures,
|
||||
GrayScaleOverlays,
|
||||
NightTextures,
|
||||
HeightMaps,
|
||||
HeightMapOverlays,
|
||||
WaterMasks,
|
||||
Overlays,
|
||||
GrayScaleOverlays,
|
||||
HeightMaps,
|
||||
HeightMapOverlays,
|
||||
};
|
||||
|
||||
static const std::string TEXTURE_CATEGORY_NAMES[NUM_TEXTURE_CATEGORIES];
|
||||
|
||||
Reference in New Issue
Block a user