|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In the focal blur demo file, focalblur.pov, if you set the aperture value to
20, you will notice, if you look at the blurred yellow shape at the top of
the image, that it has hard corners, even though it is blurred. It's as if
two small squares got cut out of the corners. This seems to happen
regardless of how high the blur_samples is set to. I renedered at 800x600 to
see this, it's less obvious at smaller resolutions. Using the default
aperture value of 10, the hard lines along the perimeter of the blur are
still visible, and so are the square cut outs from the corners.
It seems like this is a bug,
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Confirmed.
WINPOV Beta 11, Win 98SE, P3 600, 128 MB
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Try increasing confidence and lowering variance, what happens.
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Try increasing confidence and lowering variance, what happens.
No, that doesn't change anything. (But I'm not sure if I used them
correctly)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Michael Goldshteyn wrote:
> In the focal blur demo file, focalblur.pov, if you set the aperture value to
> 20, you will notice, if you look at the blurred yellow shape at the top of
> the image, that it has hard corners, even though it is blurred. It's as if
...
AFAIK, it's in the design. (correct me if I am wrong). The shape
of the "sampling beam" is a square, which thus tends to produce
orthogonal artefacts.
It can be corrected rather easily (it has been done in a lesser known
patch), along with adding the "bokeh" effect, but it's not the time
for such changes.
Fabien.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|