<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="texture text" version="1.0" type="material">
  <DESCRIPTION>Set a text on a material texture</DESCRIPTION>
  <HELP>http://www.openspace3d.com/documentation/fr/plugits/material/texturetextplugit.html</HELP>
  <RESOURCE></RESOURCE>
  <EDITOR>
    <SCRIPT path="./etexturetext.pkg" />
    <PARAM name="object" type="mesh" />
    <PARAM name="material" type="material" />
    <PARAM name="technique" type="value" />
    <PARAM name="pass" type="value" />
    <PARAM name="texture" type="value" />
    <PARAM name="text" type="value" />
    <PARAM name="bgcolor" type="value" />
    <PARAM name="color" type="value" />
    <PARAM name="init" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./ctexturetext.pkg" />
    <ACTION name="Set text" />
    <ACTION name="Add text" />
    <ACTION name="Revert" />
  </CLIENT>
</PLUGIN>