/[james]/archive/heeheehee/Graphics/bullet
ViewVC logotype

Contents of /archive/heeheehee/Graphics/bullet

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations) (download)
Mon Feb 10 22:41:48 2003 UTC (21 years, 3 months ago) by james
File size: 320 byte(s)
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