home *** CD-ROM | disk | FTP | other *** search
- //----------------POV 2.0 SCENE FILE
- //------------------------------- A CHRISTMAS SALUTATION
- //-------------------------------------------- J.W.Devonshire 1992-93
- #include "colors.inc"
- #include "textures.inc"
- #include "shapes.inc"
- #include "shapesq.inc"
- #declare old_version = version
- #version 1.0
- #include "xmas2.inc"
-
- composite { WholeCandleUnit }
- object { Table }
- composite { Card scale <2 2 2> translate < 0 6.2 5 > }
- composite { Cane scale < 0.3 0.3 0.3> rotate <-90 0 0> rotate <0 25 0> translate <-4.5 0.37 -2> }
- #version old_version
-
- camera {
- location <0,5,-16>
- direction <0,0,1.5>
- up <0,1,0>
- right <1.333,0,0>
- sky <0,1,0>
- look_at <0, 4, 0>
- }
-
-
-
- light_source { <0, 20.0,-80.0> color rgb <0.1,0.1,0.1> }
-
-
-
- light_source { <0,10,0>
- color rgb <0.6,0.6,0.6> spotlight
- point_at <0, 0, 0>
- tightness 50 radius 11 falloff 15 }
-
-
- // candle light on card
- light_source { <0, 11, -2>
- color rgb <1.0,1.0,0.4> spotlight
- point_at <0, 8, 5>
- tightness 10 radius 11 falloff 180 }
-
-
-
- light_source { <0, 45, 0>
- color rgb <1.0,1.0,1.0> spotlight
- point_at <0, 0, 0>
- tightness 50 radius 180 falloff 25 }
-
-
-