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

  1. DarkTree Agate
  2.  
  3. Version: 2.00
  4. Modified: 05/11/2001
  5. Author: Darkling Simulations
  6.  
  7. // Agate is a fully 3D procedural Map which generates a complex 
  8. // stratified pattern like is found in many rocks and woods. 
  9.  
  10. Pref_Map: Frame
  11. Rep_Frame: 1
  12. Type: Color
  13. Source: TEXTURE
  14. Aspect_Width: 10
  15. Aspect_Height: 10
  16. Scale: 1
  17. Unit_Scale: Meters
  18. Heading: 0
  19. Pitch: 0
  20.  
  21. {
  22.     Process 1 : Color_Convert Color
  23.     {
  24.         DarkData: 1, 0, 200
  25.         Transform:
  26.             Trans_0              : 1, 0, 0, 0
  27.             Trans_1              : 0, 1, 0, 0
  28.             Trans_2              : 0, 0, 1, 0
  29.         Common:
  30.             Background           : Link_To 0 | Color 1
  31.         Color:
  32.     }
  33.     Process 2 : Color_Convert Color
  34.     {
  35.         DarkData: 1, 1, 200
  36.         Transform:
  37.             Trans_0              : 1, 0, 0, 0
  38.             Trans_1              : 0, 1, 0, 0
  39.             Trans_2              : 0, 0, 1, 0
  40.         Common:
  41.             Background           : Link_To 0 | Color 2
  42.         Color:
  43.     }
  44.     Natural 3 : Agate Color
  45.     {
  46.         DarkData: 0, 0, 200
  47.         Transform:
  48.             Trans_0              : 1, 0, 0, 0
  49.             Trans_1              : 0, 1, 0, 0
  50.             Trans_2              : 0, 0, 1, 0
  51.         Common:
  52.             Roughness            : Link_To 0 | Roughness
  53.             Strata_Function      : 0
  54.             Blend_Function       : 0
  55.             Brightness           : 0.5
  56.             Contrast             : Link_To 0 | Contrast
  57.             Input_Seed           : Link_To 0 | Random Seed
  58.         Color:
  59.             Low                  : Link_To 2 | Color
  60.             High                 : Link_To 1 | Color
  61.     }
  62. }
  63.  
  64. Trigger_Bank: 1, 1
  65.  
  66. Tweaker
  67. {
  68.     Tweak                : IF_COLOR
  69.     Tweak                : Color 1
  70.     Tweak                : 255, 255, 255
  71.     Tweak                : IF_COLOR
  72.     Tweak                : Color 2
  73.     Tweak                : 0, 0, 133
  74.     Tweak                : IF_PERCENT
  75.     Tweak                : Roughness
  76.     Tweak                : 0.55
  77.     Tweak                : IF_PERCENT
  78.     Tweak                : Contrast
  79.     Tweak                : 0.7
  80.     Tweak                : IF_INT
  81.     Tweak                : Random Seed
  82.     Tweak                : 82
  83. }
  84.