<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="material reflexion" version="1.0" type="material">
  <DESCRIPTION>Add a reflexion pass to a material</DESCRIPTION>
  <HELP></HELP>
  <RESOURCE></RESOURCE>
  <EDITOR>
    <SCRIPT path="./ematerialreflection.pkg" />
    <PARAM name="object" type="mesh" />
    <PARAM name="material" type="material" />
    <PARAM name="text" type="value" />
    <PARAM name="bgcolor" type="value" />
    <PARAM name="color" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./cmaterialreflection.pkg" />
  </CLIENT>
</PLUGIN>