Attachment 'ngst1.pov'
Download 1 // ngts.pov
2 // dimensions in inches
3 #version 3.7 ;
4 global_settings { assumed_gamma 1.8 }
5 #include "colors.inc"
6 #include "glass.inc"
7 #include "skies.inc"
8 #include "ngh1.inc"
9 #include "house1.inc"
10
11 #declare rad = atan( 1.0 )/45.0;
12
13 object { lawn }
14 object { concrete }
15 object { eshed }
16 object { ntree }
17 object { shed }
18 object { alldoors }
19 object { hedgefence }
20 object { neighbors }
21 object { allsteps }
22 object { shed }
23 object { roof }
24 object { waterdoor }
25 object { frontvent }
26 object { covering }
27 object { shedfloor }
28 object { innersteps }
29 object { shedwindows }
30 object { pipetree }
31 object { hoops }
32 object { shelves }
33 object { shedvents }
34 object { gardeners }
35
36 sky_sphere { pigment { MediumBlue } }
37 camera {
38 right x*1024/256
39 angle 27
40 location < 800, 500, -3000 >
41 look_at < 100, 40, 0 >
42 }
43 light_source { <20000, 25000, -40000> color rgb 1.0 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.