Updated Rosetta model

This commit is contained in:
Alexander Bock
2016-07-08 11:02:22 +02:00
parent 3e20c6edd3
commit f8e65ad044
2 changed files with 2 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
return {
FileRequest = {
{ Identifier = "rosetta_model", Destination = "obj", Version = 1 },
{ Identifier = "rosetta_model", Destination = "obj", Version = 2 },
{ Identifier = "rosetta_textures", Destination = "textures", Version = 1 }
},
TorrentFiles = {

View File

@@ -8,7 +8,7 @@ return {
Body = "ROSETTA",
Geometry = {
Type = "MultiModelGeometry",
GeometryFile = "obj/mainbodyros.obj",
GeometryFile = "obj/Rosetta.obj",
Magnification = 1,
},
Textures = {
@@ -126,55 +126,6 @@ return {
},
GuiName = "RosettaCometTrail"
},
-- Rosetta Solar Array module 1
{
Name = "RosettaSolar1",
Parent = "Rosetta",
Renderable = {
Type = "RenderableModel",
Body = "ROSETTA",
Geometry = {
Type = "MultiModelGeometry",
Magnification = 1,
GeometryFile = "obj/solarpanelleft.obj",
},
Textures = {
Type = "simple",
Color = "textures/gray.png",
},
Rotation = {
Source = "ROS_SA+Y",
Destination = "ROS_SPACECRAFT"
},
},
},
-- Rosetta Solar Array module 2
{
Name = "RosettaSolar2",
Parent = "Rosetta",
Renderable = {
Type = "RenderableModel",
Body = "ROSETTA",
Geometry = {
Type = "MultiModelGeometry",
GeometryFile = "obj/solarpanelright.obj",
Magnification = 1,
},
Textures = {
Type = "simple",
Color = "textures/gray.png",
},
Rotation = {
Source = "ROS_SA-Y",
Destination = "ROS_SPACECRAFT"
},
},
},
-- RosettaFov main module
{
Name = "NAVCAM",
Parent = "Rosetta",