"Fossies" - the Fresh Open Source Software archive

Member "scribus-1.4.2/resources/editorconfig/500_povray.xml" of archive scribus-1.4.2.tar.gz:


<editorsettings icon="povray_32.png" description="POV-Ray" >
	<executable command="povray +WL0 -D +W$scribus_width_px$ +H$scribus_height_px$ +Q$scribus_quality$ $scribus_antialias$$scribus_aathres$ +R$scribus_aadepth$ +I%file" />
  	<imagefile extension=".png" />
	<highlighter>
		<rule regex="global_settings|sphere|box|light_source|camera" color="#800000" />
		<rule regex="[\d+.-]+" color="blue" />
		<rule regex="&lt;[ \d+.-]*,[ \d+.-]*,[ \d+.-]*&gt;" color="#008080" />
		<rule regex="assumed_gamma|location|direction|look_at|finish|ambient|diffuse|phong|pigment|color|rotate" color="#000080" />
		<rule regex="red" color="red"/>
		<rule regex="green" color="green"/>
		<rule regex="blue" color="blue"/>
	</highlighter>
	<empty-frame-text>
global_settings { assumed_gamma 2.2 }
camera
{
   location  &lt;0, 0, -8&gt;
   direction &lt;0, 0, 1.2071&gt;
   look_at   &lt;0, 0, 0&gt;
}

sphere { &lt;0.0, 0.0, 0.0&gt;, 2
   finish {
      ambient 0.2
      diffuse 0.8
      phong 1
   }
   pigment { color red 1 green 0 blue 0 }
}

box { &lt;-2.0, -0.2, -2.0&gt;, &lt;2.0, 0.2, 2.0&gt;
    finish {
       ambient 0.2
       diffuse 0.8
    }
    pigment { color red 1 green 0 blue 1 }

    rotate &lt;-20, 30, 0&gt;
}

light_source { &lt;-10, 3, -20&gt; color red 1 green 1 blue 1 }
</empty-frame-text>
  <preamble/>
  <postamble/>
  <tab type="settings">
	  <title>
		  <i18n>
			  <en>Render Options</en>
			  <cs>Nastavení renderování</cs>
			  <de>Render Optionen</de>
			  <ru>Параметры визуализации</ru>
			  <hu>Renderelési beállítások</hu>
			  <it>Opzioni di visualizzazione</it>
		  </i18n>
	  </title>
	  <list name="quality" default="11">
		<title>
			<i18n>
				  <en>Quality:</en>
				  <cs>Kvalita:</cs>
				  <de>Qualität:</de>
				  <ru>Качество:</ru>
				  <hu>Minőség:</hu>
				  <it>Qualità:</it>
			</i18n>
		</title>
		<option value="1"><i18n>
			<en>Just show quick colors</en>
			<hu>Csak gyors színek megjelenítése</hu>
		</i18n></option>
		<option value="3"><i18n>
			<en>Show specified diffuse and ambient light</en>
			<hu>A megadott diffúz és szórt fény megjelenítése</hu>
		</i18n></option>
		<option value="4"><i18n>
			<en>Render shadows, but no extended lights</en>
			<hu>Árnyékok renderelése a kiterjesztett fények elhagyásával</hu>
		</i18n></option>
		<option value="5"><i18n>
			<en>Render shadows, including extended lights</en>
			<hu>Árnyékok renderelése a kiterjesztett fényekkel</hu>
		</i18n></option>
		<option value="7"><i18n>
			<en>Compute texture patterns and photons</en>
			<hu>Textúra minták és fotonok kiszámítása</hu>
		</i18n></option>
		<option value="8"><i18n>
			<en>Compute reflections and refractions</en>
			<hu>Tükröződések és fénytörések kiszámítása </hu>
		</i18n></option>
		<option value="11"><i18n>
			<en>Compute media and radiosity</en>
			<hu>Média és radiozitás kiszámítása</hu>
		</i18n></option>
	</list>
	<list name="antialias" default="+A">
		<title>
			<i18n>
				<en>Antialiasing:</en>
				<cs>Vyhlazování:</cs>
				<de>Antialiasing:</de>
				<ru>Сглаживание:</ru>
				<hu>Élsimítás:</hu>
				<it>Antialiasing:</it>
			</i18n>
		</title>
		<option value="+A"><i18n>
			<en>On</en>
			<hu>Bekapcsolva</hu>
			<it>Sì</it>
		</i18n></option>
		<option value="-A"><i18n>
			<en>Off</en>
			<hu>Kikapcsolva</hu>
			<it>No</it>
		</i18n></option>
	</list>
	<spinbox name="aathres" type="double" min="0.0" max="3.0" step="0.1" default="0.3">
		<i18n>
			<en>Antialiasing Threshold:</en>
			<cs>Prahová hodnota vyhlazování:</cs>
			<de>Antialiasing Schwellwert:</de>
			<ru>Порог сглаживания:</ru>
			<hu>Élsimítási küszöb:</hu>
			<it>Soglia antialiasing:</it>
		</i18n>
	</spinbox>
	<spinbox name="aadepth" type="short" min="1" max="9" step="1" default="3">
		<i18n>
			<en>Antialiasing Depth:</en>
			<cs>Hloubka vyhlazování:</cs>
			<de>Antialiasing Rekursion:</de>
			<ru>Глубина сглаживания:</ru>
			<hu>Élsimítás mélysége:</hu>
			<it>Profondità antialiasing:</it>
		</i18n>
	</spinbox>
	</tab>
</editorsettings>