Rev 12952 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12949 | fschmid | 1 | <editorsettings icon="povray_32.png" description="POV-Ray" > |
2 | <executable command="povray -D +W$scribus_width_px$ +H$scribus_height_px$ +I%file" /> |
||
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/> |
||
36 | </editorsettings> |