<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="picture" version="1.0" type="media">
  <DESCRIPTION>Picture plugIT for local of web pictures</DESCRIPTION>
  <HELP>http://www.openspace3d.com/documentation/fr/plugits/media/pictureplugit.html</HELP>
  <EDITOR>
    <SCRIPT path="./epicture.pkg" />
    <PARAM name="istexture" type="value" />
    <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="isurl" type="value" />
    <PARAM name="url" type="value" />
    <PARAM name="path" type="file" />
    <PARAM name="scalemode" type="value" />
    <PARAM name="posx" type="value" />
    <PARAM name="posy" type="value" />
    <PARAM name="width" type="value" />
    <PARAM name="height" type="value" />
    <PARAM name="xpercent" type="value" />
    <PARAM name="ypercent" type="value" />
    <PARAM name="wpercent" type="value" />
    <PARAM name="hpercent" type="value" />
    <PARAM name="background" type="value" /> 
    <PARAM name="xalign" type="value" />
    <PARAM name="yalign" type="value" />
    <PARAM name="opacity" type="value" />
    <PARAM name="transparency" type="value" />
    <PARAM name="show" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./cpicture.pkg" />
    <ACTION name="Change" />
    <ACTION name="Show" />
    <ACTION name="Hide" />
    <ACTION name="Change data" />
  </CLIENT>
</PLUGIN>