POV-Ray : Newsgroups : povray.advanced-users : Radiosity : Re: Radiosity Server Time
30 Jul 2024 12:20:21 EDT (-0400)
  Re: Radiosity  
From: Gilles Tran
Date: 29 Jun 1999 04:01:29
Message: <37787DFA.9F05EFF8@inapg.inra.fr>
#declare sc=10;
//#declare sc=0.10;
union{
    all objects here
    scale sc
}
camera{
    location PointLoc*sc
    camera stuff
    look_at PointLook*sc
}

light_source{PointLight*sc color LightColor}

There may some other scaling involved if you use fog or fade_distance but it
should be straightforward. Media will be a problem, though.

G.

Nieminen Mika wrote:

>   Any idea how to rescale the whole scene (with thousand of objects)?
>
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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