POV-Ray : Newsgroups : povray.binaries.animations : Apache, re: animation w/ radiosity [179kb DIVX] Server Time
19 Jul 2024 19:22:23 EDT (-0400)
  Apache, re: animation w/ radiosity [179kb DIVX] (Message 1 to 2 of 2)  
From: Mike Hough
Subject: Apache, re: animation w/ radiosity [179kb DIVX]
Date: 19 Jun 2002 15:25:14
Message: <3d10da9a@news.povray.org>
I put this together in MegaPOV.  Commented out parts are the original
settings used to save the radiosity file, and this version of the scene file
used for rendering.  Btw, clock in this case goes from 1 to 120 in integer
increments (ie. Final_Frame 120, Final_Clock 120)

#version unofficial MegaPOV 0.5;
#include "colors.inc"

camera {location <5, 15, -25> rotate -3*clock*y look_at 1*y angle 27}

global_settings{
  radiosity{
    pretrace_start 0.16 /* pretrace_start 0.01 */
    pretrace_end 0.08  /* pretrace_start 0.01 */
    count 200 /* count 800 */
    recursion_limit 1
    nearest_count 1
    error_bound 0.05
    brightness 1
    normal on
    load_file "rad.rad" /* save_file "rad.rad" */
    always_sample no
  }
}

sky_sphere {pigment {color White}}

plane {y, 0
pigment {color White}
finish {ambient 0 diffuse .8}
}

#declare Sphere =
sphere {<0, 0, 0>, 2
translate 2*y
finish {ambient 0 diffuse .8}
}

object {Sphere translate <-2, 0, -2>
pigment {color Red}
}
object {Sphere translate <0, 0, 2>
pigment {color Blue}
}
object {Sphere translate <2, 0, -2>
pigment {color Yellow}
}


Post a reply to this message


Attachments:
Download 'balls.avi.dat' (180 KB)

From: Greg M  Johnson
Subject: Re: Apache, re: animation w/ radiosity [179kb DIVX]
Date: 20 Jun 2002 08:16:39
Message: <3d11c7a7$1@news.povray.org>
I couldn't see it.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.