POV-Ray : Newsgroups : povray.unofficial.patches : Bug-fix for the find-edges PPF Server Time
2 Sep 2024 02:14:12 EDT (-0400)
  Bug-fix for the find-edges PPF (Message 1 to 1 of 1)  
From: H E  Day
Subject: Bug-fix for the find-edges PPF
Date: 9 Jun 2000 17:59:08
Message: <3941680C.53C6C94F@heday.freeservers.com>
Is it possible to fix the next incarnation of MegaPov so that the
Post_process filter 'find_edges' accepts a line width of less than one
and a line_sharpness of greater than one when the line width is one?  I
have found that the lines appear much to thick and blurry when using the
smallest available lines.  My ideal line width would be .6 and the
sharpness would be 3.  Also, would it be possible to constrain the
Distance constant?  The one that determines the distance of two
different points?
What I mean is to have *two* numbers instead of one.  For instance:

find_edges{
.1,2,
.05,
1,
.5,
2,
rgb 0
}

This would start the edge find routine at a distance of .1 and do so all
the way to 2.  After a distance of 2 there would be no lines.  This
would probably fix those nasty problems with solid black areas on large
surfaces.

TIA.

--
H.E. Day


Post a reply to this message

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