mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 09:20:26 -05:00
fixing model scale for dwarf planets (#2742)
This commit is contained in:
@@ -26,6 +26,7 @@ local Planet = {
|
||||
GeometryFile = modelFolder .. "Eris_1_2326.glb",
|
||||
SpecularIntensity = 0.0,
|
||||
AmbientIntensity = 0.0,
|
||||
ModelScale = "Kilometer",
|
||||
LightSources = {
|
||||
sun.LightSource
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ local Planet = {
|
||||
GeometryFile = modelFolder .. "Haumea_1_1000.glb",
|
||||
SpecularIntensity = 0.0,
|
||||
AmbientIntensity = 0.0,
|
||||
ModelScale = "Kilometer",
|
||||
LightSources = {
|
||||
sun.LightSource
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ local Planet = {
|
||||
GeometryFile = modelFolder .. "Makemake_1_1430.glb",
|
||||
SpecularIntensity = 0.0,
|
||||
AmbientIntensity = 0.0,
|
||||
ModelScale = "Kilometer",
|
||||
LightSources = {
|
||||
sun.LightSource
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user