Attachment 'b08.pov'

Download

   1 // b08 vertical animation test with better stars
   2 // distances in kilometers
   3 //
   4 // Copyright 2009 by Keith Lofstrom
   5 // Available for copying and use under the GPL2 license
   6 
   7 #include "colors.inc"
   8 #include "strings.inc"
   9 #include "meter1.inc"
  10 #include "atmosphere.inc"
  11 #include "starmap1.inc"
  12 
  13 //#declare time   = clock                                   ;
  14 #declare time   = 1.0 - clock                              ;
  15 #declare CAMALT = (84.0-time*(126.0-42.0*time*time))*KM    ;
  16 #declare SCOLOR = color rgb ( 1.0 - exp( -(CAMALT/ATM) ) ) ;
  17 
  18 camera {
  19    location < 7*KM, REO+CAMALT,  -60*KM >
  20    look_at  <12*KM, REO+10*KM,   400*KM >
  21    angle 20
  22 }
  23 
  24 // sun 11 degrees north
  25 light_source { <10, 40, -35>*REO White }
  26 
  27 object { OceanClouds }
  28 object { ChainBalls }
  29 
  30 AllStars(SCOLOR)

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.
  • [get | view] (2021-06-20 01:54:49, 55414.8 KB) [[attachment:b07d.png]]
  • [get | view] (2021-06-20 01:00:22, 0.4 KB) [[attachment:b08.ini]]
  • [get | view] (2021-06-20 01:01:17, 0.8 KB) [[attachment:b08.pov]]
  • [get | view] (2009-07-09 23:08:03, 449.8 KB) [[attachment:starmap.inc]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.