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

  1. DarkTree Translate 1
  2.  
  3. Version: 2.00
  4. Modified: 07/27/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // Rolling clouds animation created by translating in both the x 
  8. // and z directions at the same time. The Fractal noise components 
  9. // is used to give the clouds some shape. 
  10.  
  11. Pref_Map: Planar
  12. Rep_Frame: 1
  13. Type: Color
  14. Source: TEXTURE
  15. Aspect_Width: 10
  16. Aspect_Height: 10
  17. Scale: 1
  18. Unit_Scale: Inches
  19. Heading: 0
  20. Pitch: 0
  21.  
  22. {
  23.     Natural 1 : Clouds Color
  24.     {
  25.         DarkData: 1, 0, 200
  26.         Transform:
  27.             Trans_0              : 1, 0, 0, 0
  28.             Trans_1              : 0, 1, 0, 0
  29.             Trans_2              : 0, 0, 1, 0
  30.         Common:
  31.             Roughness            : 0.5
  32.             Lacunarity           : 0.5
  33.             Lacunarity_Lock      : FALSE
  34.             Density              : 3
  35.             Puff_Size            : Link_To 2 | Percent
  36.             Strata_Function      : 0
  37.             Blend_Function       : 0
  38.             Brightness           : 0.5
  39.             Contrast             : 0.5
  40.             Input_Seed           : 1
  41.         Color:
  42.             Background           : 0, 40, 120
  43.             Puff                 : 255, 255, 255
  44.     }
  45.     Noise 2 : Fractal Percent
  46.     {
  47.         DarkData: 2, 0, 200
  48.         Transform:
  49.             Trans_0              : 1, 0, 0, 0
  50.             Trans_1              : 0, 2, 0, 0
  51.             Trans_2              : 0, 0, 2, 0
  52.         Common:
  53.             Roughness            : 0.08
  54.             Lacunarity           : 0.5
  55.             Lacunarity_Lock      : FALSE
  56.             Strata_Function      : 0
  57.             Blend_Function       : 0
  58.             Brightness           : 0.5
  59.             Contrast             : 0.7
  60.             Input_Seed           : 1
  61.         Percent:
  62.             Low                  : 0.3
  63.             High                 : 1
  64.     }
  65.     Transform 3 : Translate Color
  66.     {
  67.         DarkData: 0, 0, 200
  68.         Transform:
  69.             Trans_0              : 1, 0, 0, 0
  70.             Trans_1              : 0, 1, 0, 0
  71.             Trans_2              : 0, 0, 1, 0
  72.         Common:
  73.             X_Amount             : 2
  74.             Y_Amount             : 0
  75.             Z_Amount             : 1
  76.             Percent_Moved        : Link_To 4 | Percent
  77.         Color:
  78.             Background           : Link_To 1 | Color
  79.     }
  80.     External 4 : Time Percent
  81.     {
  82.         DarkData: 1, -1, 200
  83.         Common:
  84.             B-Spline             : HOLD
  85.             B-Spline-NP          : 2
  86.             B-Spline-P           : 1, 0, FALSE, FALSE
  87.             B-Spline-P           : 60, 1, FALSE, FALSE
  88.     }
  89. }
  90.  
  91. Trigger_Bank: 1, 60
  92.  
  93. Tweaker
  94. {
  95. }
  96.