Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
OpenSpace
Commits
cf4afc01
Commit
cf4afc01
authored
10 years ago
by
Alexander Bock
Browse files
Options
Download
Email Patches
Plain Diff
Set default coordinate system to Jupiter to agree with the default time
parent
1369e5ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openspace-data
+1
-1
openspace-data
scripts/default_settings.lua
+2
-0
scripts/default_settings.lua
with
3 additions
and
1 deletion
+3
-1
openspace-data
@
54af421f
Subproject commit
3fe0b83814a3494007244e1607299273bee519ad
Subproject commit
54af421ff583392c559748983251da6521c73c8a
This diff is collapsed.
Click to expand it.
scripts/default_settings.lua
+
2
-
0
View file @
cf4afc01
...
...
@@ -11,4 +11,6 @@ openspace.setPropertyValue("Constellation Bounds.renderable.enabled", false)
openspace
.
setPropertyValue
(
"MilkyWay.renderable.transparency"
,
0
.
75
)
openspace
.
setPropertyValue
(
"MilkyWay.renderable.segments"
,
50
)
openspace
.
changeCoordinateSystem
(
"Jupiter"
)
openspace
.
printInfo
(
"Done setting default values"
)
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help