Parent Directory
|
Revision Log
Initial import.
| 1 | #include "colors" |
| 2 | |
| 3 | camera { |
| 4 | location <0 0 -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.6 0.55 0> 0.6 } |
| 20 | texture { |
| 21 | color Red |
| 22 | ambient 0.3 |
| 23 | phong 0.5 |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | object { |
| 28 | sphere { <0.3 2.02 0> 1.2 } |
| 29 | texture { |
| 30 | color Blue |
| 31 | ambient 0.3 |
| 32 | phong 0.5 |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | object { |
| 37 | sphere { <0 4.5 0> 1.8 } |
| 38 | texture { |
| 39 | color Green |
| 40 | ambient 0.3 |
| 41 | phong 0.5 |
| 42 | } |
| 43 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.26 |