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

  1. DarkTree Lighten 1
  2.  
  3. Version: 2.00
  4. Modified: 07/26/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // Uses a Noise component as a Mask to unevenly lighten a texture. 
  8. // Compare this to the Fade 1 texture example to see the difference 
  9. // between Fade and Lighten. 
  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.     Noise 1 : Fractal_1 Percent
  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.615
  32.             Lacunarity           : 0.5
  33.             Lacunarity_Lock      : FALSE
  34.             Strata_Function      : 0
  35.             Blend_Function       : 0
  36.             Brightness           : 0.5
  37.             Contrast             : 0.87
  38.             Input_Seed           : 7
  39.         Percent:
  40.             Low                  : 0
  41.             High                 : 0.8
  42.     }
  43.     Pattern 2 : Stripes Color
  44.     {
  45.         DarkData: 1, 1, 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.             Center               : 0.5
  52.             Width                : 0.4
  53.             Blend_Function       : 0
  54.         Color:
  55.             Stripe               : 165, 27, 27
  56.             Background           : 0, 64, 128
  57.     }
  58.     Process 3 : Lighten Color
  59.     {
  60.         DarkData: 0, 0, 200
  61.         Transform:
  62.             Trans_0              : 1, 0, 0, 0
  63.             Trans_1              : 0, 1, 0, 0
  64.             Trans_2              : 0, 0, 1, 0
  65.         Common:
  66.             Invert               : FALSE
  67.             Mask                 : Link_To 1 | Percent
  68.         Color:
  69.             Background           : Link_To 2 | Color
  70.     }
  71. }
  72.  
  73. Trigger_Bank: 1, 1
  74.  
  75. Tweaker
  76. {
  77. }
  78.