POV-Ray : Newsgroups : povray.programming : Ward and pov implementation Server Time
5 Jul 2024 16:27:55 EDT (-0400)
  Ward and pov implementation (Message 1 to 1 of 1)  
From: Mael
Subject: Ward and pov implementation
Date: 10 Jan 2003 14:51:40
Message: <3e1f244c$1@news.povray.org>
In Ward original paper
(http://radsite.lbl.gov/radiance/papers/sg88/paper.html) the
error_reuse_rotate is
error_reuse_rotate = sqrt(fabs(1.0 - N(P).N(Pi) ));
while in povray it's
error_reuse_rotate = 2.0 * sqrt(fabs(1.0 - N(P).N(Pi) ));

Is there a reason for this factor 2 ? If it's an error it makes povray take
more gather locations than necessary for a given error_bound (I think there
is also a small influence on the weighting of points averaged)

M


Post a reply to this message

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