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

OpenGL

开发平台:

Visual C++

  1. # International Space Station
  2. # The model is a deconstruction of Andrew Farnaby's complete ISS model located
  3. # on bh's website (http://www.bobhundley.com/celestia/iss.html).
  4. #
  5. # "New ISS" is a modification of the model that can be found here:
  6. # http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=1199
  7. # the ISS model of June 2008 (with Kibo) by krisci3 (modified in order to work
  8. # with JPG by Ulrich Dickmann, a.k.a. Adirondack)
  9. # All required textures by Bob Hundley (converted from BMP to JPG by
  10. # Ulrich Dickmann)
  11. "ISS" "Sol/Earth"
  12. {
  13.     Class "spacecraft"
  14.     Mesh "iss.cmod"
  15.     Radius 0.040
  16.     Beginning           2451138    # Zarya module launched 20 Nov 1998
  17.     EllipticalOrbit {
  18.         Period          0.064176392
  19.         SemiMajorAxis   6767
  20.         Eccentricity    0.0016886
  21.         Inclination      51.5684
  22.         AscendingNode   343.1518
  23.         ArgOfPericenter 346.2476
  24.         MeanAnomaly      13.8216
  25.         Epoch           2452028.18381755
  26.     }
  27.     UniformRotation
  28.     {
  29.         Inclination    51.5684
  30.         MeridianAngle  -90
  31.         AscendingNode 343.1518
  32.     }
  33.     Orientation [ 90 0 0 1 ]
  34.     Albedo        0.10
  35. }