mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Render Philae separately from Rosetta
This commit is contained in:
@@ -269,18 +269,28 @@ return {
|
||||
},
|
||||
{
|
||||
Name = "Philae",
|
||||
Parent = "RosettaModel",
|
||||
Parent = "67PBarycenter",
|
||||
-- This should need a transform, but currently the model is intrinsically
|
||||
-- translated
|
||||
-- Transform = {
|
||||
-- Translation = {
|
||||
-- Type = "SpiceEphemeris",
|
||||
-- Body = "PHILAE",
|
||||
-- Reference = "GALACTIC",
|
||||
-- Observer = "ROSETTA",
|
||||
-- Kernels = RosettaKernels
|
||||
-- }
|
||||
-- }
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "SpiceEphemeris",
|
||||
Body = "PHILAE",
|
||||
Reference = "GALACTIC",
|
||||
Observer = "CHURYUMOV-GERASIMENKO",
|
||||
Kernels = RosettaKernels
|
||||
},
|
||||
Rotation = {
|
||||
Type = "SpiceRotation",
|
||||
SourceFrame = "ROS_SPACECRAFT",
|
||||
DestinationFrame = "GALACTIC",
|
||||
},
|
||||
Scale = {
|
||||
Type = "StaticScale",
|
||||
-- The scale of the model is in cm; OpenSpace is in m
|
||||
Scale = 0.01
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
Name = "Philae_foil",
|
||||
|
||||
Reference in New Issue
Block a user