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