World {
  Name "Example World 3 (Snow Field)";
  Version 0x00010101;
  // no objects
  }; // end of World block

// no palettes

Scene {
  Name "Snow Field";
  Version 0x00010101;

  // only a points object
  Item Points {
    CmdStream Translation {
      Move 180 (0,-256,768);
      Stay 10000;
      };
    CmdStream Rotation {
      Move 180 0.0 -90.0 30.0;
      Stay 10000;
      };
    CmdStream Morph {
      SnowField    180 10000 2048   // Initial Field Size         [pixels]
                           0.085    // Scale Factor               [degrees/pixel]
                           0.375    // Maximum Sin Acceleration   [degrees/frame^2]
                           0.25     // Positive Threshold         [coefficient]
                           -0.25    // Negative Threshold         [coefficient]
                           0.625    // Maximum Force              [coefficient]
                           0.00976; // Friction Coefficient       [coefficient]
      };  // end of morphing command stream

    };    // end of Points object definition

  };  // end of scene description

// end of file
