home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Editorial / DarkTree / DarkTree251Demo.EXE / SINE.DSTC < prev    next >
Encoding:
Text File  |  2002-02-28  |  2.2 KB  |  80 lines

  1. DarkTree Sine
  2.  
  3. Version: 2.00
  4. Modified: 07/27/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // A very simple animation in which the Puff Size parameter of a 
  8. // Clouds component is smoothly varied over time with a Sine 
  9. // generator. This animation will loop seamlessly. Since the first 
  10. // and last frames are exactly the same, throw out frame 1 or frame 
  11. // 30 when creating the animation, otherwise there will be a slight 
  12. // pause in each loop through the animation. 
  13.  
  14. Pref_Map: Planar
  15. Rep_Frame: 1
  16. Type: Color
  17. Source: TEXTURE
  18. Aspect_Width: 10
  19. Aspect_Height: 10
  20. Scale: 1
  21. Unit_Scale: Inches
  22. Heading: 0
  23. Pitch: 0
  24.  
  25. {
  26.     Generator 1 : Sine_Wave Function
  27.     {
  28.         DarkData: 1, 0, 200
  29.         Common:
  30.             Input                : Link_To 3 | Percent
  31.             Frequency            : 1
  32.             Amplitude            : 0.3
  33.             Phase_Amount         : 0
  34.             Phase_Min            : 0
  35.             Phase_Max            : 1
  36.             Shift                : 0.5
  37.             Upper_Clamp          : 1
  38.             Lower_Clamp          : 0
  39.             Invert               : FALSE
  40.             Reverse              : FALSE
  41.     }
  42.     Natural 2 : Clouds Color
  43.     {
  44.         DarkData: 0, 0, 200
  45.         Transform:
  46.             Trans_0              : 1, 0, 0, 0
  47.             Trans_1              : 0, 1, 0, 0
  48.             Trans_2              : 0, 0, 1, 0
  49.         Common:
  50.             Roughness            : 0.5
  51.             Lacunarity           : 0.5
  52.             Lacunarity_Lock      : FALSE
  53.             Density              : 6
  54.             Puff_Size            : Link_To 1 | Percent
  55.             Strata_Function      : 0
  56.             Blend_Function       : 0
  57.             Brightness           : 0.5
  58.             Contrast             : 0.5
  59.             Input_Seed           : 1
  60.         Color:
  61.             Background           : 0, 40, 120
  62.             Puff                 : 255, 255, 255
  63.     }
  64.     External 3 : Time Percent
  65.     {
  66.         DarkData: 2, 0, 200
  67.         Common:
  68.             B-Spline             : HOLD
  69.             B-Spline-NP          : 2
  70.             B-Spline-P           : 1, 0, FALSE, FALSE
  71.             B-Spline-P           : 30, 1, FALSE, FALSE
  72.     }
  73. }
  74.  
  75. Trigger_Bank: 1, 30
  76.  
  77. Tweaker
  78. {
  79. }
  80.