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

OpenGL

开发平台:

Visual C++

  1. "Cassini" "Sol"
  2. {
  3.     Class "spacecraft"
  4.     Mesh "cassini.3ds"
  5.     Radius 0.011
  6.     InfoURL "http://saturn.jpl.nasa.gov/home/index.cfm"
  7.     # Orient the model according to the specification here:
  8.     # http://mapsview.engin.umich.edu/data_descriptions/spacecraft_overview.php
  9.     # Remote sensing pallet mounted on +X side of spacecraft
  10.     # Magnetometer boom extends in +Y direction
  11.     # Primary remote sensing boresight view is -Y
  12.     # Main engine firing direction is +Z
  13.     # High-gain antenna points -Z
  14.     # Huygens probe ejected in -X direction
  15.     Orientation [ 180 1 0 0 ]
  16.     Timeline [
  17.     # Phase 1: Launch and cruise
  18.     {
  19.         Beginning "1997 10 15 09:27:11"
  20.         Ending    "2004  6 20 12:00:00"
  21.         OrbitFrame { EclipticJ2000 { Center "Sol" } }
  22.         SampledTrajectory { Source "cassini-cruise.xyzv" }
  23.         FixedRotation { Inclination 70 AscendingNode -90 }
  24.     }
  25.     # Phase 2: Saturn orbit
  26.     {
  27.         #Ending    "2010  7 21 12:00:00"
  28.         OrbitFrame { EclipticJ2000 { Center "Sol/Saturn" } }
  29.         SampledTrajectory { Source "cassini-orbit.xyzv" }
  30.         FixedRotation { Inclination 70 AscendingNode -90 }
  31.     }
  32.     ]
  33. }
  34. "Huygens" "Sol/Cassini" 
  35. {
  36.     Class "spacecraft"
  37.     Mesh "huygens.3ds"
  38.     Radius 0.00135
  39.     
  40.     Orientation [ 90 0 0 1 ]
  41.     InfoURL "http://saturn.jpl.nasa.gov/home/index.cfm"
  42.     Timeline [
  43.     
  44.     # Phase 1: With Cassini
  45.     {
  46.         Beginning 2450736.893877314 # 1997 Oct 15 09:27:11
  47.         Ending    "2004 12 25 02:01:05.183"
  48.         OrbitFrame { BodyFixed { Center "Sol/Cassini" } }
  49.         BodyFrame { BodyFixed { Center "Sol/Cassini" } }
  50.         FixedPosition [ -0.0014 0 0.0002 ]
  51.         FixedRotation { Inclination 90 AscendingNode 90 } 
  52.     }
  53.     # Phase 2: Free flight to Titan
  54.     {
  55.         Ending "2005 01 14 09:07:00"
  56.         OrbitFrame { EclipticJ2000 { Center "Sol/Saturn" } }
  57.         BodyFrame { EclipticJ2000 { Center "Sol" } }
  58.         SampledTrajectory { Source "huygens.xyzv" }
  59.         
  60.         UniformRotation
  61.         {
  62.             AscendingNode 0
  63.             Inclination 90
  64.             MeridianAngle 0
  65.             Epoch 2453364.5847      # 2004 Dec 25 02:01:58
  66.             Period 0.125            # 7.5 revolutions per minute
  67.         }
  68.     }
  69.     ] # End Timeline
  70. }