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

  1. DarkTree Swirls
  2.  
  3. Version: 2.00
  4. Modified: 07/26/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // This example shows how changing the parameter values and scaling 
  8. // of a single noise component can give much different results. The 
  9. // roughness of swirls was changed, and the result was scaled out 
  10. // (40). 
  11.  
  12. Pref_Map: Cubic
  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 : Swirls Color
  25.     {
  26.         DarkData: 0, 0, 200
  27.         Transform:
  28.             Trans_0              : 2.5, 0, 0, 0
  29.             Trans_1              : 0, 2.5, 0, 0
  30.             Trans_2              : 0, 0, 2.5, 0
  31.         Common:
  32.             Roughness            : 0.02
  33.             Blend_Function       : 0
  34.             Brightness           : 0.5
  35.             Contrast             : 0.5
  36.             Input_Seed           : 1
  37.         Color:
  38.             Low                  : 10, 10, 50
  39.             High                 : 255, 255, 255
  40.     }
  41.     Noise 2 : Swirls Color
  42.     {
  43.         DarkData: 1, 0, 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.2
  50.             Blend_Function       : 0
  51.             Brightness           : 0.5
  52.             Contrast             : 0.5
  53.             Input_Seed           : 4
  54.         Color:
  55.             Low                  : 64, 0, 79
  56.             High                 : 255, 255, 255
  57.     }
  58. }
  59.  
  60. Trigger_Bank: 1, 1
  61.  
  62. Tweaker
  63. {
  64. }
  65.