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

  1. DarkTree Add 1
  2.  
  3. Version: 2.00
  4. Modified: 07/26/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // Adding two bumps together to create multiple levels of detail. 
  8. // The basic surface of the Plasma noise is "roughed up" with some 
  9. // smaller scale Fractal noise. 
  10.  
  11. Pref_Map: Planar
  12. Rep_Frame: 1
  13. Type: Bump
  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 : Plasma Bump
  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.05
  32.             Blend_Function       : 0
  33.             Brightness           : 0.5
  34.             Contrast             : 0.5
  35.             Input_Seed           : 1
  36.         Bump:
  37.             Low                  : 0
  38.             High                 : 1
  39.             Bump_Scale           : 2
  40.     }
  41.     Noise 2 : Fractal Bump
  42.     {
  43.         DarkData: 1, 1, 200
  44.         Transform:
  45.             Trans_0              : 1, 0, 0, 0
  46.             Trans_1              : 0, 1, 0, 0
  47.             Trans_2              : 0, 0, 1, 0
  48.         Common:
  49.             Roughness            : 0.8
  50.             Lacunarity           : 0.5
  51.             Lacunarity_Lock      : FALSE
  52.             Strata_Function      : 0
  53.             Blend_Function       : 0
  54.             Brightness           : 0.5
  55.             Contrast             : 0.6
  56.             Input_Seed           : 1
  57.         Bump:
  58.             Low                  : 0
  59.             High                 : 1
  60.             Bump_Scale           : 0.3
  61.     }
  62.     Process 3 : Add Bump
  63.     {
  64.         DarkData: 0, 0, 200
  65.         Transform:
  66.             Trans_0              : 1, 0, 0, 0
  67.             Trans_1              : 0, 1, 0, 0
  68.             Trans_2              : 0, 0, 1, 0
  69.         Common:
  70.         Bump:
  71.             Bump_A               : Link_To 2 | Bump
  72.             Bump_B               : Link_To 1 | Bump
  73.     }
  74. }
  75.  
  76. Trigger_Bank: 1, 1
  77.  
  78. Tweaker
  79. {
  80. }
  81.