From 57c5bf1fbf1354bbf7fe84311fefacf1d087933b Mon Sep 17 00:00:00 2001 From: Thorsten Renk Date: Sun, 8 Nov 2015 20:42:20 +0200 Subject: [PATCH] Earthview loads only texture sheets actually used --- Models/Astro/cloudsphere.xml | 64 ++++++++++++++++++++ Models/Astro/earth.xml | 64 ++++++++++++++++++++ Nasal/earthview.nas | 112 ++++++++++++++++++++++++++++++++++- preferences.xml | 8 +++ 4 files changed, 247 insertions(+), 1 deletion(-) diff --git a/Models/Astro/cloudsphere.xml b/Models/Astro/cloudsphere.xml index c2b7f47b6..4af9f822f 100644 --- a/Models/Astro/cloudsphere.xml +++ b/Models/Astro/cloudsphere.xml @@ -15,6 +15,70 @@ false + + clouds_N1 + select + + /earthview/show-n1 + + + + + clouds_N2 + select + + /earthview/show-n2 + + + + + clouds_N3 + select + + /earthview/show-n3 + + + + + clouds_N4 + select + + /earthview/show-n4 + + + + + clouds_S1 + select + + /earthview/show-s1 + + + + + clouds_S2 + select + + /earthview/show-s2 + + + + + clouds_S3 + select + + /earthview/show-s3 + + + + + clouds_S4 + select + + /earthview/show-s4 + + + rotate diff --git a/Models/Astro/earth.xml b/Models/Astro/earth.xml index 6dcaa6cae..903d9e479 100644 --- a/Models/Astro/earth.xml +++ b/Models/Astro/earth.xml @@ -16,6 +16,70 @@ false + + earth_N1 + select + + /earthview/show-n1 + + + + + earth_N2 + select + + /earthview/show-n2 + + + + + earth_N3 + select + + /earthview/show-n3 + + + + + earth_N4 + select + + /earthview/show-n4 + + + + + earth_S1 + select + + /earthview/show-s1 + + + + + earth_S2 + select + + /earthview/show-s2 + + + + + earth_S3 + select + + /earthview/show-s3 + + + + + earth_S4 + select + + /earthview/show-s4 + + +