<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="fps control" version="1.0" type="rendering">
  <DESCRIPTION>Control the frame rate for automatic customization</DESCRIPTION>
  <HELP>http://www.openspace3d.com/documentation/fr/plugits/rendering/fpscontrolplugit.html</HELP>
  <RESOURCE/>
  <EDITOR>
    <SCRIPT path="./efpscontrol.pkg" />
    <PARAM name="minfps" type="value" />
    <PARAM name="maxlag" type="value" />
  </EDITOR>
  <CLIENT minstance="false">
    <SCRIPT path="./cfpscontrol.pkg" />
    <ACTION name="Set minimum FPS" />
    <EVENT name="Low FPS detected" />
  </CLIENT>
</PLUGIN>