#VRML V2.0 utf8
# ERS-1d
# Satellit mit zwei Solarzellen und zwei Antennen
# 2 Viewpoints: Fern und Nah
#
Group {
children [
# Meta-Infos
Viewpoint {
position -80 -50 200
orientation 3 -4 -4 0.5
description "Fernansicht"
},
Viewpoint {
position -12 -10 30
orientation 6 -6 -4 0.55
description "Nahansicht"
},
# Grundkörper
Shape {
appearance DEF Ers-Haut Appearance {
material Material {
diffuseColor 0.93 0.64 0.31
}
}
geometry Box {
size 5.0 8.0 5.0
}
},
# Kopfstück
Transform {
translation -2.5 4 2.5
children [
Inline {
url "teil1.wrl"
}
]
},
# Solarzellenhalter
Transform {
translation 0 -4 0
children [
Shape {
appearance USE Ers-Haut
geometry Box {
size 1.25 7 1.25
}
}
]
},
# Solarzelle 1
Transform {
translation -7.5 -9 0.75
children [
Inline {
url "teil3.wrl"
}
]
},
# Solarzelle 2
Transform {
translation -7.5 -9 -0.8
children [
Inline {
url "teil3.wrl"
}
]
},
# Antenne 1
Transform {
translation -.1 8 0
rotation 1 1 1 1
children [
Inline {
url "teil2.wrl"
}
]
},
# Antenne 2
Transform {
translation -1.2 6.5 0
rotation -1 1 1 2.5
children [
Inline {
url "teil2.wrl"
}
]
}
]
}