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

  1. DarkTree Carousel Loop
  2.  
  3. Version: 2.00
  4. Modified: 07/27/2001
  5. Author: DarkSim - August Swanson
  6.  
  7. // Carousel automatically creates a looping right to left texture 
  8. // motion. Rotate the texture to get other directions. NOTE - 
  9. // because the first and last frames of the animation are the same, 
  10. // you will generally want to not render the last frame. 
  11.  
  12. Pref_Map: Frame
  13. Rep_Frame: 1
  14. Type: Color
  15. Source: TEXTURE
  16. Aspect_Width: 100
  17. Aspect_Height: 100
  18. Scale: 2
  19. Unit_Scale: Meters
  20. Heading: 0
  21. Pitch: 0
  22.  
  23. {
  24.     Noise 1 : Tech Color
  25.     {
  26.         DarkData: 1, 0, 200
  27.         Transform:
  28.             Trans_0              : 1, 0, 0, 0
  29.             Trans_1              : 0, 1, 0, 0
  30.             Trans_2              : 0, 0, 1, 0
  31.         Common:
  32.             Roughness            : 0.4
  33.             Lacunarity           : 0.25
  34.             Lacunarity_Lock      : TRUE
  35.             Density              : 2
  36.             Trace_Size           : 0.1
  37.             Strata_Function      : 0
  38.             Blend_Function       : 0
  39.             Brightness           : 0.5
  40.             Contrast             : 0.5
  41.             Input_Seed           : 1
  42.         Color:
  43.             Background           : 20, 40, 20
  44.             Trace                : 255, 255, 255
  45.     }
  46.     Tile 2 : Carousel_Loop Color
  47.     {
  48.         DarkData: 0, 0, 200
  49.         Transform:
  50.             Trans_0              : 1, 0, 0, 0
  51.             Trans_1              : 0, 1, 0, 0
  52.             Trans_2              : 0, 0, 1, 0
  53.         Common:
  54.             Speed                : 0.5
  55.             Time                 : Link_To 3 | Percent
  56.         Color:
  57.             Background           : Link_To 1 | Color
  58.     }
  59.     External 3 : Time Percent
  60.     {
  61.         DarkData: 1, -1, 200
  62.         Common:
  63.             B-Spline             : HOLD
  64.             B-Spline-NP          : 2
  65.             B-Spline-P           : 1, 0, FALSE, FALSE
  66.             B-Spline-P           : 30, 1, FALSE, FALSE
  67.     }
  68. }
  69.  
  70. Trigger_Bank: 1, 30
  71.  
  72. Tweaker
  73. {
  74. }
  75.