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

  1. DarkTree Scales 1
  2.  
  3. Version: 2.00
  4. Modified: 07/27/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // This example uses the percent version of the Randomizer to 
  8. // control the Sharpness and Overlap of Scales. Each scale will 
  9. // have a different value for these parameters and this helps to 
  10. // break up the regular pattern of the default scales. 
  11.  
  12. Pref_Map: Planar
  13. Rep_Frame: 1
  14. Type: Color
  15. Source: TEXTURE
  16. Aspect_Width: 10
  17. Aspect_Height: 10
  18. Scale: 1
  19. Unit_Scale: Inches
  20. Heading: 0
  21. Pitch: 0
  22.  
  23. {
  24.     Control 1 : Randomizer Percent
  25.     {
  26.         DarkData: 1, 0, 200
  27.         Transform:
  28.             Trans_0              : 0.5, 0, 0, 0
  29.             Trans_1              : 0, 0.5, 0, 0
  30.             Trans_2              : 0, 0, 0.5, 0
  31.         Common:
  32.             Input_Seed           : 1
  33.         Percent:
  34.             Percent_Minimum      : 0.1
  35.             Percent_Maximum      : 1
  36.     }
  37.     Control 2 : Randomizer Percent
  38.     {
  39.         DarkData: 1, 1, 200
  40.         Transform:
  41.             Trans_0              : 0.5, 0, 0, 0
  42.             Trans_1              : 0, 0.5, 0, 0
  43.             Trans_2              : 0, 0, 0.5, 0
  44.         Common:
  45.             Input_Seed           : 1
  46.         Percent:
  47.             Percent_Minimum      : 0
  48.             Percent_Maximum      : 0.7
  49.     }
  50.     Pattern 3 : Scales Color
  51.     {
  52.         DarkData: 0, 0, 200
  53.         Transform:
  54.             Trans_0              : 2, 0, 0, 0
  55.             Trans_1              : 0, 2, 0, 0
  56.             Trans_2              : 0, 0, 2, 0
  57.         Common:
  58.             Width                : 0.5
  59.             Height               : 0.5
  60.             Depth                : 0.5
  61.             Sharpness            : Link_To 1 | Percent
  62.             Edge_Width           : 0.2
  63.             Overlap              : Link_To 2 | Percent
  64.             Tilt                 : 0
  65.             Blend_Function       : 0
  66.             Sampling_Options     : NONE
  67.             Mapping_Type         : PLANAR_2D
  68.         Color:
  69.             Scale                : 44, 187, 153
  70.             Edge                 : 32, 32, 32
  71.     }
  72. }
  73.  
  74. Trigger_Bank: 1, 1
  75.  
  76. Tweaker
  77. {
  78. }
  79.