POV-Ray : Newsgroups : povray.binaries.scene-files : Bug with dispersion Server Time
2 Sep 2024 00:18:48 EDT (-0400)
  Bug with dispersion (Message 1 to 2 of 2)  
From: Daniel Nilsson
Subject: Bug with dispersion
Date: 25 Mar 2003 14:27:58
Message: <3e80adbe$1@news.povray.org>
See thread in povray.general with same subject.


Post a reply to this message


Attachments:
Download 'dispersionbug.pov.txt' (1 KB)

From: Tim Nikias v2 0
Subject: Re: Bug with dispersion
Date: 25 Mar 2003 16:03:45
Message: <3e80c431@news.povray.org>
I'd say use +KFI1 +KFF4 in the commandline
and add these lines:

#if (frame_number=1)
 #declare UseConserve = true;
 #declare UseFresnel = true;
#end
#if (frame_number=2)
 #declare UseConserve = true;
 #declare UseFresnel = false;
#end
#if (frame_number=3)
 #declare UseConserve = false;
 #declare UseFresnel = true;
#end
#if (frame_number=4)
 #declare UseConserve = false;
 #declare UseFresnel = false;
#end

Attached the source for easy handling.
--
Tim Nikias v2.0
Homepage: http://www.digitaltwilight.de/no_lights
Email: Tim### [at] gmxde

> See thread in povray.general with same subject.
>
>
>


Post a reply to this message


Attachments:
Download 'dispersionbug.pov.txt' (2 KB)

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