home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / 09_02.iso / software / jwd / files / wdw102ev.exe / Data.Cab / F2083_turbulence.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-03-11  |  1.2 KB  |  40 lines

  1. <?xml version="1.0" standalone="no" ?>
  2.  
  3. <effect>
  4.  
  5.     <svg>
  6.         <filter id="Turbulence" filterUnits="objectBoundingBox" x="-10%" y="-10%" width="150%" height="150%">
  7.           <feTurbulence id="turb" baseFrequency="0.03 0.02" numOctaves="2" type="turbulence" result="turbulenceOutput"/>
  8.           <feComposite in="turbulenceOutput" in2="SourceAlpha" operator="in"/>
  9.        </filter>
  10.     </svg>
  11.  
  12.  
  13.     <dialog caption="Turbulence">
  14.     
  15.       <label caption="X Frequency:"
  16.               x="10" y="10" width="90" height="30"/>
  17.         <numberControl type="numericedit"
  18.                 xlink:href="#turb" attributeName="baseFrequency" valueOffset="1"
  19.                 min="0" max="1"
  20.                 x="110" y="10" width="66" height="30" />
  21.  
  22.       <label caption="Y Frequency:"
  23.               x="10" y="50" width="90" height="30"/>
  24.       <numberControl type="numericedit"
  25.               xlink:href="#turb" attributeName="baseFrequency" valueOffset="2"
  26.                 min="0" max="1"
  27.               x="110" y="50" width="66" height="30"/>
  28.  
  29.         <label caption="Number of octaves:"
  30.               x="10" y="90" width="90" height="30"/>
  31.         <integerControl type="numericedit"
  32.                 xlink:href="#turb" attributeName="numOctaves"
  33.                 min="1" max="10"
  34.                 x="110" y="90" width="66" height="30" />
  35.  
  36.     </dialog>
  37.     
  38. </effect>
  39.  
  40.