POV-Ray : Newsgroups : povray.binaries.images : Another casualty of the change to crackle : Re: Another casualty of the change to crackle Server Time
30 Jul 2024 00:29:43 EDT (-0400)
  Re: Another casualty of the change to crackle  
From: Cousin Ricky
Date: 28 Dec 2013 11:45:02
Message: <web.52befed313cbdeae306548240@news.povray.org>
"Fractracer" <lg.### [at] gmailcom> wrote:
> And second Pov3.7:
>
> A lot of differences!

Ah, that's because CIE_Skylight.inc uses ambient 1 on the sky dome, which
doesn't work in POV-Ray 3.7 when radiosity is used.  (This is an example of why
I used Version=3.5 on the command line instead of Version=3.7.)

For public include files and demo scene files, I suggest changing all
occurrences of ambient 1 to:

  #if (version < 3.7)
    ambient 1
  #else
    ambient 0 emission 1
  #end

Of course, for your own scene files, where you know you'll be using 3.7, you can
just use emission 1.


Post a reply to this message

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