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

  1. DarkTree Time 3
  2.  
  3. Version: 2.00
  4. Modified: 07/25/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // A simple example of using a Generator/Time combination to get a 
  8. // time based function that is not linear. Note that the Generator 
  9. // function is only active within the start and end frames of the 
  10. // Time component. Also note that when you use Time to drive a 
  11. // Generator through its Input parameter, the Time start/end values 
  12. // should be either 0/100 or 100/0. 
  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.     External 1 : Time Percent
  27.     {
  28.         DarkData: 2, 0, 200
  29.         Common:
  30.             B-Spline             : HOLD
  31.             B-Spline-NP          : 2
  32.             B-Spline-P           : 10, 0, FALSE, FALSE
  33.             B-Spline-P           : 20, 1, FALSE, FALSE
  34.     }
  35.     Generator 2 : Sine_Wave Function
  36.     {
  37.         DarkData: 1, 0, 200
  38.         Common:
  39.             Input                : Link_To 1 | Percent
  40.             Frequency            : 1
  41.             Amplitude            : 0.3
  42.             Phase_Amount         : 0
  43.             Phase_Min            : 0
  44.             Phase_Max            : 1
  45.             Shift                : 0.3
  46.             Upper_Clamp          : 1
  47.             Lower_Clamp          : 0
  48.             Invert               : FALSE
  49.             Reverse              : FALSE
  50.     }
  51.     Natural 3 : Clouds Color
  52.     {
  53.         DarkData: 0, 0, 200
  54.         Transform:
  55.             Trans_0              : 1, 0, 0, 0
  56.             Trans_1              : 0, 1, 0, 0
  57.             Trans_2              : 0, 0, 1, 0
  58.         Common:
  59.             Roughness            : 0.5
  60.             Lacunarity           : 0.5
  61.             Lacunarity_Lock      : FALSE
  62.             Density              : 6
  63.             Puff_Size            : 0.5
  64.             Strata_Function      : 0
  65.             Blend_Function       : 0
  66.             Brightness           : Link_To 2 | Percent
  67.             Contrast             : 0.5
  68.             Input_Seed           : 1
  69.         Color:
  70.             Background           : 0, 40, 120
  71.             Puff                 : 255, 255, 255
  72.     }
  73. }
  74.  
  75. Trigger_Bank: 1, 30
  76.  
  77. Tweaker
  78. {
  79. }
  80.