Rev 12949 | Rev 12992 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12949 | fschmid | 1 | <editorsettings icon="povray_32.png" description="POV-Ray" > |
12952 | fschmid | 2 | <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" /> |
12949 | fschmid | 3 | <imagefile extension=".png" /> |
4 | <empty-frame-text> |
||
5 | global_settings { assumed_gamma 2.2 } |
||
6 | camera |
||
7 | { |
||
8 | location <0, 0, -8> |
||
9 | direction <0, 0, 1.2071> |
||
10 | look_at <0, 0, 0> |
||
11 | } |
||
12 | |||
13 | sphere { <0.0, 0.0, 0.0>, 2 |
||
14 | finish { |
||
15 | ambient 0.2 |
||
16 | diffuse 0.8 |
||
17 | phong 1 |
||
18 | } |
||
19 | pigment { color red 1 green 0 blue 0 } |
||
20 | } |
||
21 | |||
22 | box { <-2.0, -0.2, -2.0>, <2.0, 0.2, 2.0> |
||
23 | finish { |
||
24 | ambient 0.2 |
||
25 | diffuse 0.8 |
||
26 | } |
||
27 | pigment { color red 1 green 0 blue 1 } |
||
28 | |||
29 | rotate <-20, 30, 0> |
||
30 | } |
||
31 | |||
32 | light_source { <-10, 3, -20> color red 1 green 1 blue 1 } |
||
33 | </empty-frame-text> |
||
34 | <preamble/> |
||
35 | <postamble/> |
||
12952 | fschmid | 36 | <tab type="settings"> |
37 | <title> |
||
38 | <i18n> |
||
39 | <en>Render Options</en> |
||
40 | <de>Render Optionen</de> |
||
41 | </i18n> |
||
42 | </title> |
||
43 | <list name="quality" default="11"> |
||
44 | <title> |
||
45 | <i18n> |
||
46 | <en>Quality:</en> |
||
47 | <de>Qualität:</de> |
||
48 | </i18n> |
||
49 | </title> |
||
50 | <option value="1">Just show quick colors</option> |
||
51 | <option value="3">Show specified diffuse and ambient light</option> |
||
52 | <option value="4">Render shadows, but no extended lights</option> |
||
53 | <option value="5">Render shadows, including extended lights</option> |
||
54 | <option value="7">Compute texture patterns and photons</option> |
||
55 | <option value="8">Compute reflections and refractions</option> |
||
56 | <option value="11">Compute media and radiosity</option> |
||
57 | </list> |
||
58 | <list name="antialias" default="+A"> |
||
59 | <title> |
||
60 | <i18n> |
||
61 | <en>Antialiasing:</en> |
||
62 | <de>Antialiasing:</de> |
||
63 | </i18n> |
||
64 | </title> |
||
65 | <option value="+A">On</option> |
||
66 | <option value="-A">Off</option> |
||
67 | </list> |
||
68 | <spinbox name="aathres" type="double" min="0.0" max="3.0" step="0.1" default="0.3"> |
||
69 | <i18n> |
||
70 | <en>Antialiasing Threshold:</en> |
||
71 | <de>Antialiasing Schwellwert:</de> |
||
72 | </i18n> |
||
73 | </spinbox> |
||
74 | <spinbox name="aadepth" type="short" min="1" max="9" step="1" default="3"> |
||
75 | <i18n> |
||
76 | <en>Antialiasing Depth:</en> |
||
77 | <de>Antialiasing Rekursion:</de> |
||
78 | </i18n> |
||
79 | </spinbox> |
||
80 | </tab> |
||
12949 | fschmid | 81 | </editorsettings> |