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

Vector Layer - Preprocessor writes to more cells than SDF method #140

Open
LucasDworschak opened this issue Nov 13, 2024 · 0 comments
Open

Comments

@LucasDworschak
Copy link
Contributor

The preprocessor class uses the DDA method to draw lines/triangles to grid cells.
This method currently writes to slightly more cells than if we are using an exact SDF method. This means that the performance is slightly slower, since the shader ultimately will try to draw triangles that are not really in this cell.

@LucasDworschak LucasDworschak added bug Something isn't working performance labels Nov 13, 2024
@adam-ce adam-ce removed the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants