galileo.ssc
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. "Galileo" "Sol"
  2. {
  3.     Class "spacecraft"
  4.     Radius   0.01
  5.     Mesh "galileo.3ds"
  6.     NormalizeMesh false
  7.     MeshScale 0.000001  # Mesh units are apparently mm
  8.     InfoURL "http://galileo.jpl.nasa.gov"
  9.     Beginning "1989 10 19 02:47"   # Launch
  10.     Ending    "2003  9 21 10:44"   # Crash into Jupiter
  11.     SampledOrbit "galileo.xyz"
  12.     # Use a two vector frame to keep the spacecraft's High Gain Antenna
  13.     # pointed toward the Earth. The secondary axis is chosen (arbitrarily) as
  14.     # ecliptic north.
  15.     BodyFrame {
  16.         TwoVector {
  17.             Primary {
  18.                 Axis "-z"
  19.                 RelativePosition {
  20.                     Observer "Sol/Galileo"
  21.                     Target "Sol/Earth"
  22.                 }
  23.             }
  24.             Secondary {
  25.                 Axis "x"
  26.                 ConstantVector {
  27.                     Vector [ 0 0 1 ]
  28.                     Frame { EclipticJ2000 { } }
  29.                 }
  30.             }
  31.         }
  32.     }
  33.     FixedRotation { }
  34.     # Orient the model so that the High Gain Antenna points in -z
  35.     # and the sensor boom points in +y
  36.     Orientation     [ -90 1 0 0 ]
  37.     Albedo         0.50
  38. }