home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / share / k3d / shaders / light / k3d_uberlight.sl.slmeta < prev    next >
Encoding:
Text File  |  2008-01-23  |  6.2 KB  |  54 lines

  1. <k3dml>
  2.     <shaders>
  3.         <shader type="light" name="k3d_uberlight">
  4.             <description>A light with many fun controls</description>
  5.             <authors>Ronen Barzel, Larry Gritz</authors>
  6.             <argument name="lighttype" storage_class="uniform" type="string" extended_type="string" array_count="1" space="" output="false" default_value="spot"/>
  7.             <argument name="intensity" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  8.             <argument name="lightcolor" storage_class="uniform" type="color" extended_type="color" array_count="1" space="" output="false" default_value="1 1 1"/>
  9.             <argument name="cuton" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0.01"/>
  10.             <argument name="cutoff" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1.0e6"/>
  11.             <argument name="nearedge" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  12.             <argument name="faredge" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  13.             <argument name="falloff" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  14.             <argument name="falloffdist" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  15.             <argument name="maxintensity" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  16.             <argument name="parallelrays" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  17.             <argument name="shearx" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  18.             <argument name="sheary" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  19.             <argument name="width" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  20.             <argument name="height" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  21.             <argument name="wedge" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value=".1"/>
  22.             <argument name="hedge" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value=".1"/>
  23.             <argument name="roundness" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  24.             <argument name="beamdistribution" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  25.             <argument name="slidename" storage_class="uniform" type="string" extended_type="texture" array_count="1" space="" output="false" default_value=""/>
  26.             <argument name="noiseamp" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  27.             <argument name="noisefreq" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="4"/>
  28.             <argument name="noiseoffset" storage_class="uniform" type="vector" extended_type="vector" array_count="1" space="" output="false" default_value="0 0 0"/>
  29.             <argument name="shadowmap" storage_class="uniform" type="string" extended_type="texture" array_count="1" space="" output="false" default_value=""/>
  30.             <argument name="shadowblur" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0.01"/>
  31.             <argument name="shadowbias" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value=".01"/>
  32.             <argument name="shadownsamps" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="16"/>
  33.             <argument name="shadowcolor" storage_class="uniform" type="color" extended_type="color" array_count="1" space="" output="false" default_value="0 0 0"/>
  34.             <argument name="raytraceshadow" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  35.             <argument name="nshadowrays" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  36.             <argument name="shadowcheat" storage_class="uniform" type="vector" extended_type="vector" array_count="1" space="shader" output="false" default_value="0 0 0"/>
  37.             <argument name="blockercoords" storage_class="uniform" type="string" extended_type="string" array_count="1" space="" output="false" default_value=""/>
  38.             <argument name="blockerwidth" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  39.             <argument name="blockerheight" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  40.             <argument name="blockerwedge" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value=".1"/>
  41.             <argument name="blockerhedge" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value=".1"/>
  42.             <argument name="blockerround" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="1"/>
  43.             <argument name="nonspecular" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="false" default_value="0"/>
  44.             <argument name="__nonspecular" storage_class="varying" type="float" extended_type="float" array_count="1" space="" output="true" default_value="0"/>
  45.             <argument name="__nondiffuse" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="true" default_value="0"/>
  46.             <argument name="__foglight" storage_class="uniform" type="float" extended_type="float" array_count="1" space="" output="true" default_value="1"/>
  47.         </shader>
  48.     </shaders>
  49. </k3dml>
  50.  
  51.  
  52.  
  53.  
  54.