Parent Directory | Revision Log
Initial import.
1 | #include "colors" |
2 | |
3 | camera { |
4 | location <0 3 -10> |
5 | direction <0 0 1> |
6 | up <0 1 0> |
7 | right <0.5 0 0> |
8 | look_at <0 3 0> |
9 | } |
10 | |
11 | object { |
12 | light_source { |
13 | <-10 10 -15> |
14 | color White |
15 | } |
16 | } |
17 | |
18 | object { |
19 | sphere { <0 3 0> 0.6 } |
20 | texture { |
21 | color Yellow |
22 | ambient 0.3 |
23 | phong 0.8 |
24 | } |
25 | } |
ViewVC Help | |
Powered by ViewVC 1.1.26 |