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

  1. DarkTree Composite 1
  2.  
  3. Version: 2.00
  4. Modified: 07/26/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // Compositing two different textures together using a mask. The 
  8. // Gain generator is used to sharpen the blend between the two 
  9. // textures. Try unlinking the Gain component to see how it effects 
  10. // the Composite. 
  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.     Noise 1 : Ether Color
  25.     {
  26.         DarkData: 2, -1, 200
  27.         Transform:
  28.             Trans_0              : 1, 0, 0, 0
  29.             Trans_1              : 0, 1, 0, 0
  30.             Trans_2              : 0, 0, 1, 0
  31.         Common:
  32.             Roughness            : 0.5
  33.             Lacunarity           : 0.5
  34.             Lacunarity_Lock      : FALSE
  35.             Turbulence           : 0.5
  36.             Strata_Function      : 0
  37.             Blend_Function       : 0
  38.             Brightness           : 0.5
  39.             Contrast             : 0.6
  40.             Input_Seed           : 1
  41.         Color:
  42.             Low                  : 50, 50, 0
  43.             High                 : 255, 245, 155
  44.     }
  45.     Process 2 : Composite Color
  46.     {
  47.         DarkData: 0, 0, 200
  48.         Transform:
  49.             Trans_0              : 1, 0, 0, 0
  50.             Trans_1              : 0, 1, 0, 0
  51.             Trans_2              : 0, 0, 1, 0
  52.         Common:
  53.             Blend_Function       : Link_To 3 | Percent
  54.             Mask                 : Link_To 4 | Percent
  55.             Invert               : FALSE
  56.         Color:
  57.             Color_A              : Link_To 1 | Color
  58.             Color_B              : Link_To 5 | Color
  59.     }
  60.     Generator 3 : Gain Function
  61.     {
  62.         DarkData: 1, -1, 200
  63.         Common:
  64.             Input                : 0
  65.             Frequency            : 1
  66.             Amplitude            : 0.5
  67.             Phase_Amount         : 0
  68.             Phase_Min            : 0
  69.             Phase_Max            : 1
  70.             Shift                : 0.5
  71.             Upper_Clamp          : 1
  72.             Lower_Clamp          : 0
  73.             Invert               : FALSE
  74.             Reverse              : FALSE
  75.         Generator:
  76.             Repeat_Flag          : FALSE
  77.             Gain                 : 0.15
  78.     }
  79.     Noise 4 : Swirls Percent
  80.     {
  81.         DarkData: 2, 0, 200
  82.         Transform:
  83.             Trans_0              : 1, 0, 0, 0
  84.             Trans_1              : 0, 1, 0, 0
  85.             Trans_2              : 0, 0, 1, 0
  86.         Common:
  87.             Roughness            : 0.055
  88.             Blend_Function       : 0
  89.             Brightness           : 0.5
  90.             Contrast             : 0.735
  91.             Input_Seed           : 1
  92.         Percent:
  93.             Low                  : 0
  94.             High                 : 1
  95.     }
  96.     Natural 5 : Venation Color
  97.     {
  98.         DarkData: 2, 1, 200
  99.         Transform:
  100.             Trans_0              : 1, 0, 0, 0
  101.             Trans_1              : 0, 1, 0, 0
  102.             Trans_2              : 0, 0, 1, 0
  103.         Common:
  104.             Roughness            : 0.71
  105.             Lacunarity           : 0.5
  106.             Lacunarity_Lock      : FALSE
  107.             Density              : 2
  108.             Vein_Width           : 0.3
  109.             Strata_Function      : 0
  110.             Blend_Function       : 0
  111.             Brightness           : 0.5
  112.             Contrast             : 0.5
  113.             Input_Seed           : 1
  114.         Color:
  115.             Background           : 64, 0, 0
  116.             Veins                : 225, 0, 0
  117.     }
  118. }
  119.  
  120. Trigger_Bank: 1, 1
  121.  
  122. Tweaker
  123. {
  124. }
  125.