Rev 14097 |
Rev 14845 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
<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="<[ \d+.-]*,[ \d+.-]*,[ \d+.-]*>" 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 <0, 0, -8>
direction <0, 0, 1.2071>
look_at <0, 0, 0>
}
sphere { <0.0, 0.0, 0.0>, 2
finish {
ambient 0.2
diffuse 0.8
phong 1
}
pigment { color red 1 green 0 blue 0 }
}
box { <-2.0, -0.2, -2.0>, <2.0, 0.2, 2.0>
finish {
ambient 0.2
diffuse 0.8
}
pigment { color red 1 green 0 blue 1 }
rotate <-20, 30, 0>
}
light_source { <-10, 3, -20> 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>
</i18n>
</title>
<list name="quality" default="11">
<title>
<i18n>
<en>Quality:</en>
<cs>Kvalita:</cs>
<de>Qualität:</de>
<ru>Качество:</ru>
</i18n>
</title>
<option value="1">Just show quick colors</option>
<option value="3">Show specified diffuse and ambient light</option>
<option value="4">Render shadows, but no extended lights</option>
<option value="5">Render shadows, including extended lights</option>
<option value="7">Compute texture patterns and photons</option>
<option value="8">Compute reflections and refractions</option>
<option value="11">Compute media and radiosity</option>
</list>
<list name="antialias" default="+A">
<title>
<i18n>
<en>Antialiasing:</en>
<cs>Vyhlazování:</cs>
<de>Antialiasing:</de>
<ru>Сглаживание:</ru>
</i18n>
</title>
<option value="+A">On</option>
<option value="-A">Off</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>Hranice vyhlazování:</cs>
<de>Antialiasing Schwellwert:</de>
<ru>Порог сглаживания:</ru>
</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>
</i18n>
</spinbox>
</tab>
</editorsettings>