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_shadowspot.sl.slmeta < prev    next >
Encoding:
Text File  |  2008-01-23  |  1.9 KB  |  21 lines

  1. <k3dml>
  2.     <shaders>
  3.         <shader type="light" name="k3d_shadowspot">
  4.             <description>Spotlight using shadow map</description>
  5.             <authors>Pixar</authors>
  6.             <copyright>Copyright (c) 1989, Pixar</copyright>
  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="from" storage_class="uniform" type="point" extended_type="point" array_count="1" space="shader" output="false" default_value="0 0 0"/>
  10.             <argument name="to" storage_class="uniform" type="point" extended_type="point" array_count="1" space="shader" output="false" default_value="0 0 1"/>
  11.             <argument name="coneangle" storage_class="uniform" type="float" extended_type="float" array_count="1" space="shader" output="false" default_value="0.5"/>
  12.             <argument name="conedeltaangle" storage_class="uniform" type="float" extended_type="float" array_count="1" space="shader" output="false" default_value="0.5"/>
  13.             <argument name="beamdistribution" storage_class="uniform" type="float" extended_type="float" array_count="1" space="shader" output="false" default_value="2.0"/>
  14.             <argument name="shadowfile" storage_class="uniform" type="string" extended_type="texture" array_count="1" space="shader" output="false" default_value=""/>
  15.             <argument name="samples" storage_class="uniform" type="float" extended_type="float" array_count="1" space="shader" output="false" default_value="16"/>
  16.             <argument name="blur" storage_class="uniform" type="float" extended_type="float" array_count="1" space="shader" output="false" default_value="0.01"/>
  17.             <argument name="bias" storage_class="uniform" type="float" extended_type="float" array_count="1" space="shader" output="false" default_value="0.01"/>
  18.         </shader>
  19.     </shaders>
  20. </k3dml>
  21.