Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal black stripe with high density #33

Closed
presianbg opened this issue Sep 30, 2022 · 2 comments
Closed

Horizontal black stripe with high density #33

presianbg opened this issue Sep 30, 2022 · 2 comments

Comments

@presianbg
Copy link

Hi,

First and foremost, thank you for the awesome project!

I've noticed that increasing the density results in a black stripe in the middle of the screen, which becomes more and more noticeable the higher the density is.

This is the settings I've used.

image

Do you see the same on your end ?

Cheers,
PY

@Rezmason
Copy link
Owner

Thanks for your interest!

Yep, this line is present at any density, when the width is even. When it's odd, it gets hidden:

https://rezmason.github.io/matrix/?effect=customStripes&colors=119,0,121,1,1,0,0,1,1&width=100&volumetric=true&forwardSpeed=0.2&density=10&ditherMagnitude=0.02&width=81

image

Nice settings by the way!

So, what's going on? Basically, volumetric mode gives the glyph columns unique distances from the camera, but otherwise the glyphs are still in a grid. Most of the gaps between rows of glyphs are "above" or "below" the vanishing point; this one is directly aligned with the horizon.

The fix is for me to add a slight, random vertical offset to the columns in 3D mode, so the grid is shaken up a bit. Let's see how long that takes...

@Rezmason
Copy link
Owner

Fixed! Remember to clear the broken version from your browser cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants