POV-Ray : Newsgroups : povray.general : more radiosity - load/save : more radiosity - load/save Server Time
5 Aug 2024 12:18:04 EDT (-0400)
  more radiosity - load/save  
From: Rafal 'Raf256' Maj
Date: 12 Sep 2002 14:28:43
Message: <Xns9287CF9DD57BDraf256com@204.213.191.226>
(Yes I realy do like playing with radiosity :)

After saving radiosity data, and then loading it with identical scene, the 
output image is little different. The image that loads data renders about 
x6 faster (count=300 error=1) and looks a little bit nicer that image that 
where outputet when saving radiosity.

I would like to have same quality with create+sava radiosity version and 
with load radiosity version - but to save more time (I want to do 
animation).

And Yes, I do use always_sample 0 :
in save version :
      save_file "rad2"
    //  load_file "rad2"
    //  always_sample 0
and next I'm re-rendering it with :
    //  save_file "rad2"
      load_file "rad2"
      always_sample 0


Another question - what excly data are stored in radiosity file ? 
It is save to move camera around, but I quess it will be NOT safe if camera 
will i.e. move to another room - or if it will view surfaces not visible 
while saving radiosity ?

And - can I change light's _colors_ (not position), like
light_source { <0,0,0> color rgb <clock,0,1-clock> }
or 
sphere { 0 100 pigment { color rgb x*clock } finish { ambient 1 } }

-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

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