Add TemplateProperty<std::vector<std::string>> as StringListProperty

Add default gui sorting to all scenes
This commit is contained in:
Alexander Bock
2017-12-06 17:04:10 -05:00
parent 6be6149e02
commit be98c3d784
18 changed files with 302 additions and 4 deletions
+2
View File
@@ -19,6 +19,8 @@ function postInitialization()
created and initialized, but before the first render call. This is the place to set
graphical settings for the renderables.
]]--
set_default_gui_sorting()
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.Enabled", false)
openspace.setPropertyValue("SunMarker.renderable.Enabled", true)
+2
View File
@@ -19,6 +19,8 @@ function postInitialization()
created and initialized, but before the first render call. This is the place to set
graphical settings for the renderables.
]]--
set_default_gui_sorting()
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.Enabled", false)
openspace.setPropertyValue("SunMarker.renderable.Enabled", true)
+2
View File
@@ -74,6 +74,8 @@ function preInitialization()
end
function postInitialization()
set_default_gui_sorting()
openspace.addVirtualProperty(
"BoolProperty",
"Show Trails",
+2
View File
@@ -19,6 +19,8 @@ function postInitialization()
created and initialized, but before the first render call. This is the place to set
graphical settings for the renderables.
]]--
set_default_gui_sorting()
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.Enabled", false)
openspace.setPropertyValue("SunMarker.renderable.Enabled", false)
+2
View File
@@ -27,6 +27,8 @@ function postInitialization()
created and initialized, but before the first render call. This is the place to set
graphical settings for the renderables.
]]--
set_default_gui_sorting()
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.Enabled", false)
openspace.setPropertyValue("SunMarker.renderable.Enabled", true)
+1
View File
@@ -28,6 +28,7 @@ function preInitialization()
which the scene should start and other settings that might determine initialization
critical objects.
]]--
set_default_gui_sorting()
openspace.spice.loadKernel("${SPICE}/naif0012.tls")
openspace.spice.loadKernel("${SPICE}/pck00010.tpc")
+2
View File
@@ -83,6 +83,8 @@ function postInitialization()
created and initialized, but before the first render call. This is the place to set
graphical settings for the renderables.
]]--
set_default_gui_sorting()
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.Enabled", false)
openspace.setPropertyValue("SunMarker.renderable.Enabled", false)
+2
View File
@@ -93,6 +93,8 @@ function postInitialization()
created and initialized, but before the first render call. This is the place to set
graphical settings for the renderables.
]]--
set_default_gui_sorting()
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.Enabled", false)
openspace.setPropertyValue("SunMarker.renderable.Enabled", true)
+2
View File
@@ -19,6 +19,8 @@ function postInitialization()
created and initialized, but before the first render call. This is the place to set
graphical settings for the renderables.
]]--
set_default_gui_sorting()
openspace.printInfo("Setting default values")
openspace.setPropertyValue("Sun.renderable.Enabled", false)
openspace.setPropertyValue("SunMarker.renderable.Enabled", true)
+2
View File
@@ -19,6 +19,8 @@ end
function postInitialization()
openspace.printInfo("Setting default values")
set_default_gui_sorting()
openspace.setPropertyValueSingle("Global Properties.GlobeBrowsing.GdalWrapper.LogGdalErrors", false)
openspace.setPropertyValueSingle("Earth.RenderableGlobe.Debug.LevelByProjectedAreaElseDistance", false)