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
a0e5fe34
Commit
a0e5fe34
authored
9 years ago
by
Alexander Bock
Browse files
Options
Download
Email Patches
Plain Diff
Use more fine-grained texture specification for Pluto and Charon
parent
e85144b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
data/scene/newhorizons.scene
+3
-1
data/scene/newhorizons.scene
data/scene/newhorizons/pluto/charon/charon.mod
+6
-5
data/scene/newhorizons/pluto/charon/charon.mod
data/scene/newhorizons/pluto/pluto/pluto.mod
+7
-6
data/scene/newhorizons/pluto/pluto/pluto.mod
with
16 additions
and
12 deletions
+16
-12
data/scene/newhorizons.scene
+
3
-
1
View file @
a0e5fe34
UseAccurateNewHorizonsKernels = false
UseHighResolutionTextures = false
-- TextureResolution = "low"
TextureResolution = "med"
-- TextureResolution = "high"
function preInitialization()
--[[
...
...
This diff is collapsed.
Click to expand it.
data/scene/newhorizons/pluto/charon/charon.mod
+
6
-
5
View file @
a0e5fe34
...
...
@@ -8,11 +8,12 @@ else
}
end
if UseHighResolutionTextures then
ColorTexture = "textures/cpmap_cyl_HR_0e.jpg"
else
ColorTexture = "textures/charon_highres.jpg"
end
Files = {
low = "textures/charon_highres.jpg",
med = "textures/charon_highres.jpg",
high = "textures/cpmap_cyl_HR_0e.jpg"
}
ColorTexture = Files[TextureResolution]
return {
-- CharonProjection module
...
...
This diff is collapsed.
Click to expand it.
data/scene/newhorizons/pluto/pluto/pluto.mod
+
7
-
6
View file @
a0e5fe34
...
...
@@ -9,11 +9,12 @@ else
}
end
if UseHighResolutionTextures then
ColorTexture = "textures/pmap_cyl_HR_LOR_lowres.jpg"
else
ColorTexture = "textures/Shenk_180.jpg"
end
Files = {
low = "textures/pluto_large.jpg",
med = "textures/Shenk_180.jpg",
high = "textures/pmap_cyl_HR_LOR_lowres.jpg"
}
ColorTexture = Files[TextureResolution]
return {
-- Pluto barycenter module
...
...
@@ -49,7 +50,7 @@ return {
Sequencing = "true"
},
Projection = {
Sequence = "${OPENSPACE_DATA}/scene/newhorizons/pluto/pluto/images",
Sequence = "${OPENSPACE_DATA}/scene/newhorizons/pluto/pluto/
full_
images",
EventFile = "${OPENSPACE_DATA}/scene/newhorizons/pluto/pluto/assets/core_v9h_obs_getmets_v8_time_fix_nofrcd_mld.txt",
SequenceType = "hybrid",
Observer = "NEW HORIZONS",
...
...
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