From d4f89448e0262ce1f52cb2beaaeff26ad5bf31d9 Mon Sep 17 00:00:00 2001 From: kbladin Date: Wed, 29 Jun 2016 22:40:38 -0400 Subject: [PATCH] Change rosetta scene to work with new camera dictionary --- data/scene/rosetta/rosetta/rosetta.mod | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/data/scene/rosetta/rosetta/rosetta.mod b/data/scene/rosetta/rosetta/rosetta.mod index 9dd867355b..8b87f58ea7 100644 --- a/data/scene/rosetta/rosetta/rosetta.mod +++ b/data/scene/rosetta/rosetta/rosetta.mod @@ -216,24 +216,5 @@ return { Type = "Static", Position = {0, 0, 0, 1} }, - }, - -- NAVCAM FoV square - { - Name = "FovImagePlane", - Parent = "Rosetta", - Renderable = { - Type = "RenderablePlaneProjection", - Frame = "67P/C-G_CK", - DefaultTarget = "CHURYUMOV-GERASIMENKO", - Spacecraft = "ROSETTA", - Instrument = "ROS_NAVCAM-A", - Moving = true, - Texture = "textures/squarefov.png", - }, - Ephemeris = { - Type = "Static", - Position = {0, 0, 0, 1} - }, } - }