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

  1. DarkTree Plasma
  2.  
  3. Version: 2.00
  4. Modified: 07/26/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // This example uses Plasma to control the width of the fibers in 
  8. // Weave. Plasma is a smooth noise so it makes a good control for 
  9. // things like this. 
  10.  
  11. Pref_Map: Planar
  12. Rep_Frame: 1
  13. Type: Color
  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 Percent
  24.     {
  25.         DarkData: 1, 0, 200
  26.         Transform:
  27.             Trans_0              : 0.5, 0, 0, 0
  28.             Trans_1              : 0, 0.5, 0, 0
  29.             Trans_2              : 0, 0, 0.5, 0
  30.         Common:
  31.             Roughness            : 0.1
  32.             Blend_Function       : 0
  33.             Brightness           : 0.5
  34.             Contrast             : 0.5
  35.             Input_Seed           : 1
  36.         Percent:
  37.             Low                  : 0
  38.             High                 : 1
  39.     }
  40.     Pattern 2 : Weave Color
  41.     {
  42.         DarkData: 0, 0, 200
  43.         Transform:
  44.             Trans_0              : 2, 0, 0, 0
  45.             Trans_1              : 0, 2, 0, 0
  46.             Trans_2              : 0, 0, 2, 0
  47.         Common:
  48.             Y_Strip_Width        : Link_To 1 | Percent
  49.             X_Strip_Width        : Link_To 1 | Percent
  50.             Width                : 0.5
  51.             Height               : 0.5
  52.             Depth                : 0.5
  53.             Sampling_Options     : NONE
  54.             Mapping_Type         : PLANAR_2D
  55.         Color:
  56.             Y_Strip              : 216, 61, 146
  57.             X_Strip              : 14, 92, 112
  58.             Background           : 0, 0, 0
  59.     }
  60. }
  61.  
  62. Trigger_Bank: 1, 1
  63.  
  64. Tweaker
  65. {
  66. }
  67.