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

  1. DarkTree Dots 1
  2.  
  3. Version: 2.00
  4. Modified: 07/27/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // This example shows how deforming a pattern can give interesting 
  8. // results. In this case, Dots is deformed using Warp to give a 
  9. // caustic-looking pattern. 
  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.     Pattern 1 : Dots Color
  24.     {
  25.         DarkData: 1, 0, 200
  26.         Transform:
  27.             Trans_0              : 2, 0, 0, 0
  28.             Trans_1              : 0, 2, 0, 0
  29.             Trans_2              : 0, 0, 2, 0
  30.         Common:
  31.             Dot_Size             : 1
  32.             Blend_Function       : Link_To 3 | Percent
  33.             Width                : 0.5
  34.             Height               : 0.5
  35.             Depth                : 0.5
  36.             Row_Shift            : 0
  37.             Sampling_Options     : NONE
  38.             Mapping_Type         : PLANAR_2D
  39.         Color:
  40.             Dot                  : 0, 0, 128
  41.             Background           : 255, 255, 255
  42.     }
  43.     Deform 2 : Warp Color
  44.     {
  45.         DarkData: 0, 0, 200
  46.         Transform:
  47.             Trans_0              : 1, 0, 0, 0
  48.             Trans_1              : 0, 1, 0, 0
  49.             Trans_2              : 0, 0, 1, 0
  50.         Common:
  51.             Turbulence           : 1
  52.             Density              : 1
  53.             Distortion           : 0.5
  54.             Scale_Factor         : 1
  55.             Input_Seed           : 1
  56.         Color:
  57.             Background           : Link_To 1 | Color
  58.     }
  59.     Generator 3 : Linear Function
  60.     {
  61.         DarkData: 2, 0, 200
  62.         Common:
  63.             Input                : 0
  64.             Frequency            : 1
  65.             Amplitude            : 0.5
  66.             Phase_Amount         : 0
  67.             Phase_Min            : 0
  68.             Phase_Max            : 1
  69.             Shift                : 0.5
  70.             Upper_Clamp          : 1
  71.             Lower_Clamp          : 0
  72.             Invert               : FALSE
  73.             Reverse              : FALSE
  74.         Generator:
  75.             Repeat_Flag          : FALSE
  76.     }
  77. }
  78.  
  79. Trigger_Bank: 1, 1
  80.  
  81. Tweaker
  82. {
  83. }
  84.