bezo97 / IFSRenderer

3D IFS fractal renderer and editor
https://ifsrenderer.z97.io/
GNU General Public License v3.0
52 stars 7 forks source link

Dark Line in Final Render in equirectangular projection #31

Open AlfabiaJS opened 4 months ago

AlfabiaJS commented 4 months ago

When final rendering in equirectangular projection (16k x 8k) I observe a dark horizontal line in the middle of the picture.

bezo97 commented 4 months ago

I'll look into it 👍

bezo97 commented 4 months ago

I managed to reproduce something similar, but the line is vertical and can appear both bright or dark. Probably the same bug, I'll hunt it down this week.
image

bezo97 commented 4 months ago

Meanwhile you can turn off the filtering (radius=0) under the resolution box for a temporary solution until the fix is out.

bezo97 commented 1 month ago

Issue seems to be solved on dev branch, can be tested there before release soon