[Toxicengine-cvs] website/documentation settingsfilesformat.php,1.2,1.3
Status: Alpha
Brought to you by:
jperret
From: Jonathan P. <jp...@us...> - 2004-10-30 14:57:44
|
Update of /cvsroot/toxicengine/website/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19684/documentation Modified Files: settingsfilesformat.php Log Message: documentation update: RenderArea does not exist in the scene settings anymore Index: settingsfilesformat.php =================================================================== RCS file: /cvsroot/toxicengine/website/documentation/settingsfilesformat.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** settingsfilesformat.php 21 Oct 2004 22:36:08 -0000 1.2 --- settingsfilesformat.php 30 Oct 2004 14:57:30 -0000 1.3 *************** *** 89,94 **** <li>3.3 <a href="#scenesettings_output">Output Settings</a> <ul class="toclist"> ! <li>3.3.1 <a href="#scenesettings_output_renderarea">Render Area</a></li> ! <li>3.3.2 <a href="#scenesettings_output_gamma">Gamma Correction</a></li> </ul> </li> --- 89,93 ---- <li>3.3 <a href="#scenesettings_output">Output Settings</a> <ul class="toclist"> ! <li>3.3.1 <a href="#scenesettings_output_gamma">Gamma Correction</a></li> </ul> </li> *************** *** 743,772 **** inside the root element.</p> ! <!-- ### 3.3.1 Render Area --> ! <a name="scenesettings_output_renderarea" id="scenesettings_output_renderarea"></a> ! <div class="subsubtitle">3.3.1 Render Area</div> ! ! <p>Syntax:</p> ! ! <div class="codefragment"> ! <<span class="xmlverb-element-name">RenderArea</span> ! <span class="xmlverb-attr-name">x0</span>="<span class="xmlverb-attr-content">10</span>" ! <span class="xmlverb-attr-name">y0</span>="<span class="xmlverb-attr-content">10</span>" ! <span class="xmlverb-attr-name">x1</span>="<span class="xmlverb-attr-content">100</span>" ! <span class="xmlverb-attr-name">y1</span>="<span class="xmlverb-attr-content">100</span>" /> ! </div> ! ! <p>If present, the <<span class="xmlverb-element-name">RenderArea</span> /> element instructs <em>toxic</em> ! to render only a rectangular portion of the image. This rectangular area is defined by the coordinates of ! the top-left corner (<span class="xmlverb-attr-name">x0</span>, <span class="xmlverb-attr-name">y0</span>) ! and the bottom-right corner (<span class="xmlverb-attr-name">x1</span>, <span class="xmlverb-attr-name">y1</span>). ! All coordinates must be non-negative integer values.</p> ! ! <p>The <<span class="xmlverb-element-name">RenderArea</span> /> element can not appear ! more than once inside the <<span class="xmlverb-element-name">Output</span> /> element.</p> ! ! <!-- ### 3.3.2 Gamma Correction --> <a name="scenesettings_output_gamma" id="scenesettings_output_gamma"></a> ! <div class="subsubtitle">3.3.2 Gamma Correction</div> <p>Syntax:</p> --- 742,748 ---- inside the root element.</p> ! <!-- ### 3.3.1 Gamma Correction --> <a name="scenesettings_output_gamma" id="scenesettings_output_gamma"></a> ! <div class="subsubtitle">3.3.1 Gamma Correction</div> <p>Syntax:</p> |