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

  1. DarkTree Minimum 2
  2.  
  3. Version: 2.00
  4. Modified: 07/26/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // Creating a smooth surface with pitting by slicing off the top of 
  8. // a fractal noise texture. One of the minimum bump parameters is 
  9. // linked to a texture. The other is set to a static value that 
  10. // basically lets you "slice the top off" of the linked bump. 
  11.  
  12. Pref_Map: Planar
  13. Rep_Frame: 1
  14. Type: Bump
  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.     Process 1 : Minimum Bump
  25.     {
  26.         DarkData: 0, 0, 200
  27.         Transform:
  28.             Trans_0              : 2, 0, 0, 0
  29.             Trans_1              : 0, 2, 0, 0
  30.             Trans_2              : 0, 0, 2, 0
  31.         Common:
  32.         Bump:
  33.             Bump_A               : Link_To 2 | Bump
  34.             Bump_B               : 0.4
  35.     }
  36.     Noise 2 : Fractal Bump
  37.     {
  38.         DarkData: 1, 0, 200
  39.         Transform:
  40.             Trans_0              : 1, 0, 0, 0
  41.             Trans_1              : 0, 1, 0, 0
  42.             Trans_2              : 0, 0, 1, 0
  43.         Common:
  44.             Roughness            : 0.505
  45.             Lacunarity           : 0.5
  46.             Lacunarity_Lock      : FALSE
  47.             Strata_Function      : 0
  48.             Blend_Function       : 0
  49.             Brightness           : 0.5
  50.             Contrast             : 0.6
  51.             Input_Seed           : 1
  52.         Bump:
  53.             Low                  : 0
  54.             High                 : 1
  55.             Bump_Scale           : 1
  56.     }
  57. }
  58.  
  59. Trigger_Bank: 1, 1
  60.  
  61. Tweaker
  62. {
  63. }
  64.