mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Fix Insight position around Mars and not Sun
This commit is contained in:
@@ -151,7 +151,7 @@ local RotationKeyframes = {
|
||||
|
||||
local InsightParent = {
|
||||
Identifier = "InsightParent",
|
||||
Parent = mars.Identifier,
|
||||
Parent = mars.Mars.Identifier,
|
||||
Transform = {
|
||||
Translation ={
|
||||
Type = "TimelineTranslation",
|
||||
|
||||
@@ -3,7 +3,7 @@ local marsTransforms = asset.require("scene/solarsystem/planets/mars/transforms"
|
||||
local sun = asset.require("scene/solarsystem/sun/sun")
|
||||
|
||||
local models = asset.syncedResource({
|
||||
Name = "Mars 2020 Kernels",
|
||||
Name = "Perseverance Model",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "perseverance_models",
|
||||
Version = 2
|
||||
|
||||
Reference in New Issue
Block a user